bahis siteleri

NHL.cz na Facebooku

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

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

  1. /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" ... " (26756)
    
  2. /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" ... " (26756)
    
  3. /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()
  4. /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">
  5. /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 #557e
    
    templates => array (2)
    | 3662483032 => Latte\Template #db7f
    | | engine private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { ... } | | | control => Front\Home\HomepagePresenter #5236 { ... } | | | _presenter => Front\Home\HomepagePresenter #5236 { ... } | | | presenter => Front\Home\HomepagePresenter #5236 { ... } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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 #db7f { RECURSION } | | | _l => stdClass #692c { ... } | | | _g => stdClass #ee9c { ... }
    | 5266744009 => Latte\Template #282a
    | | engine private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { ... } | | | control => Front\Home\HomepagePresenter #5236 { ... } | | | _presenter => Front\Home\HomepagePresenter #5236 { ... } | | | presenter => Front\Home\HomepagePresenter #5236 { ... } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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 #282a { RECURSION } | | | _l => stdClass #55a2 { ... } | | | _g => stdClass #ee9c { ... }
    blocks => array (10)
    | 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 #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    control => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    _presenter => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    presenter => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    user => Nette\Security\User #7a70
    | guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #9da7
    | | namespace private => "" | | sessionHandler private => Nette\Http\Session #0bd9
    | | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #e933 { ... } | | | response private => Nette\Http\Response #cab1 { ... } | | | handler private => NULL
    | | sessionSection private => NULL
    | authenticator private => Hokej\Authenticator #e85a
    | | userFacade private => Hokej\UserFacade #2d7c
    | | | userService protected => Hokej\UserService #45b0 { ... } | | | resourceService protected => Hokej\ResourceService #cdaa { ... } | | | roleService protected => Hokej\RoleService #1016 { ... }
    | authorizator private => Hokej\Authorizator #30ae
    | | resourceFacade private => Hokej\ResourceFacade #d5fb
    | | | resourceService protected => Hokej\ResourceService #cdaa { ... }
    | | roleFacade private => Hokej\RoleFacade #2700
    | | | roleService protected => Hokej\RoleService #1016 { ... }
    netteHttpResponse => Nette\Http\Response #cab1
    | cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200
    netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) baseUri => "https://dev.nhlcz.s6.esports.cz" (31) basePath => "" flashes => array () news => Nette\Database\Table\Selection #824f
    | context protected => Nette\Database\Context #b14f
    | | connection private => Nette\Database\Connection #3656
    | | | onConnect => NULL | | | onQuery => array (3) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (3) [ ... ] | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #cda3 { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #5496 { ... } | | | pdo private => PDO #262c
    | | structure private => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | | conventions private => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | | structure protected => Nette\Database\Structure #5bd6 { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb | | preprocessor private => Nette\Database\SqlPreprocessor #7952
    | | | connection private => Nette\Database\Connection #3656 { ... } | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #cda3 { ... } | | | params private => array (2) [ ... ] | | | remaining private => array () | | | counter private => 2 | | | arrayMode private => "and" (3) | | | arrayModes private => array (7) [ ... ]
    | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | structure protected => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | cache protected => Nette\Caching\Cache #5133
    | | storage private => Nette\Caching\Storages\DevNullStorage #6bfb | | namespace private => "Nette.Database.92c1d72c6f19fce714cc7e027e504a90\x00" (48) | | key private => NULL | | data private => NULL
    | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6c4b
    | | tableName protected => "post" (4) | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | | structure protected => Nette\Database\Structure #5bd6 { ... }
    | | 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 #cda3
    | | | externalTables private => array (1) [ ... ] | | | tableRegex private => "[a-z_][a-z0-9_]*" (16) | | | connection private => Nette\Database\Connection #3656 { ... }
    | | structure private => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | | cacheTableList private => NULL
    | name protected => "post" (4) | primary protected => "id" (2) | primarySequence protected => FALSE | rows protected => NULL | data protected => NULL | dataRefreshed protected => FALSE | globalRefCache protected => array (1)
    | | "" => array (1)
    | | | referencingPrototype => array ()
    | refCache protected => array (1)
    | | 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 ()
    articles => array (9)
    | 5030148 => array (43)
    | | 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 #ed33
    | | | date => "2023-12-04 12:54:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4436
    | | | date => "2023-12-04 17:30:20.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #3954
    | | | 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 => 2117 | | 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)
    | 5030147 => array (43)
    | | 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 #f7bb
    | | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #71eb
    | | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #6595
    | | | 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.&nbsp;&nbsp;"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)
    | 5030143 => array (43)
    | | 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 #00b2
    | | | date => "2023-12-03 15:19:21.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #d67c
    | | | date => "2023-12-04 08:32:56.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #fcae
    | | | 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 => 1786 | | 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)
    | 5030145 => array (43)
    | | 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 #831e
    | | | date => "2023-12-03 18:21:15.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4196
    | | | date => "2023-12-03 18:30:06.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #d5b4
    | | | 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 => 684 | | 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)
    | 5030144 => array (43)
    | | 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 #50b2
    | | | date => "2023-12-03 17:59:52.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #183f
    | | | date => "2023-12-03 19:36:48.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #a3bd
    | | | 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)
    | 5030142 => array (43)
    | | 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 #a405
    | | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #a5ad
    | | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #cf57
    | | | 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)
    | 5030141 => array (43)
    | | 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 #f75e
    | | | date => "2023-12-03 08:44:54.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #73c8
    | | | date => "2023-12-03 18:22:41.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #7318
    | | | 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)
    | 5030140 => array (43)
    | | 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 #9afe
    | | | date => "2023-12-03 08:09:47.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #8bdb
    | | | date => "2023-12-03 08:27:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #54a2
    | | | 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 => 2311 | | 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)
    | 5030139 => array (43)
    | | 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 #8c2a
    | | | date => "2023-12-03 06:34:14.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4ae0
    | | | date => "2023-12-03 07:58:28.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #9414
    | | | 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)
    zones => Nette\Utils\ArrayHash #3c2b
    | 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 #887c
    | | date => "2023-12-04 13:03:32.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)
    | modify_date => Nette\Utils\DateTime #d4a0
    | | date => "2023-12-04 13:15:12.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)
    | display_date => NULL | publish_date => Nette\Utils\DateTime #90ee
    | | 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&nbsp;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 => 1782 | 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 #4b59
    | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 105 | variables => array () | parameters => ""
    fanshopArticlesCallback => Closure #6d72
    | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 108 | variables => array () | parameters => ""
    thisDayInHistoryCallback => Closure #5360
    | 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 #282a
    | engine private => Latte\Engine #748d
    | | onCompile => array (1)
    | | | 0 => Closure #98ec
    | | | | 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)
    | | parser private => NULL | | compiler private => NULL | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936
    | | | presenter private => Front\Home\HomepagePresenter #5236 { ... }
    | | 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 #902a { ... } | | | 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 #e4a0
    | | | | 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 #c498
    | | | | 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 #9f09
    | | | | 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 #e39b { ... } | | | tagsections => Nette\Callback #caf7 { ... } | | | tagtopstory => Nette\Callback #f5d1 { ... } | | | zonetop => Nette\Callback #edbc { ... } | | | zonefooterleft => Nette\Callback #53c1 { ... } | | | zonefooterright => Nette\Callback #d986 { ... }
    | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | netteHttpResponse => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | basePath => "" | | flashes => array () | | news => Nette\Database\Table\Selection #824f
    | | | context protected => Nette\Database\Context #b14f { ... } | | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | cache protected => Nette\Caching\Cache #5133 { ... } | | | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6c4b { ... } | | | 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 #3c2b
    | | | 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 #887c { ... } | | | modify_date => Nette\Utils\DateTime #d4a0 { ... } | | | display_date => NULL | | | publish_date => Nette\Utils\DateTime #90ee { ... } | | | 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&nbsp;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 => 1782 | | | 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 #4b59
    | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 105 | | | variables => array () | | | parameters => ""
    | | fanshopArticlesCallback => Closure #6d72
    | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 108 | | | variables => array () | | | parameters => ""
    | | thisDayInHistoryCallback => Closure #5360
    | | | 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 #282a { RECURSION } | | _l => stdClass #55a2
    | | | extends => NULL | | | tmp => Nette\Caching\OutputHelper #38cf { ... }
    | | _g => stdClass #ee9c
    | | | extended => TRUE | | | caches => array ()
    _l => stdClass #55a2
    | extends => NULL | tmp => Nette\Caching\OutputHelper #38cf
    | | dependencies => array (2)
    | | | tags => NULL | | | expire => "5 minutes" (9)
    | | cache private => NULL | | key private => array (1)
    | | | 0 => "j5gc2rmnos" (10)
    _g => stdClass #ee9c
    | extended => TRUE | caches => array ()
  6. /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 #557e
    
    templates => array (2)
    | 3662483032 => Latte\Template #db7f
    | | engine private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { ... } | | | control => Front\Home\HomepagePresenter #5236 { ... } | | | _presenter => Front\Home\HomepagePresenter #5236 { ... } | | | presenter => Front\Home\HomepagePresenter #5236 { ... } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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 #db7f { RECURSION } | | | _l => stdClass #692c { ... } | | | _g => stdClass #ee9c { ... }
    | 5266744009 => Latte\Template #282a
    | | engine private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { ... } | | | control => Front\Home\HomepagePresenter #5236 { ... } | | | _presenter => Front\Home\HomepagePresenter #5236 { ... } | | | presenter => Front\Home\HomepagePresenter #5236 { ... } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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 #282a { RECURSION } | | | _l => stdClass #55a2 { ... } | | | _g => stdClass #ee9c { ... }
    blocks => array (10)
    | 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 #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    control => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    _presenter => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    presenter => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    user => Nette\Security\User #7a70
    | guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #9da7
    | | namespace private => "" | | sessionHandler private => Nette\Http\Session #0bd9
    | | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #e933 { ... } | | | response private => Nette\Http\Response #cab1 { ... } | | | handler private => NULL
    | | sessionSection private => NULL
    | authenticator private => Hokej\Authenticator #e85a
    | | userFacade private => Hokej\UserFacade #2d7c
    | | | userService protected => Hokej\UserService #45b0 { ... } | | | resourceService protected => Hokej\ResourceService #cdaa { ... } | | | roleService protected => Hokej\RoleService #1016 { ... }
    | authorizator private => Hokej\Authorizator #30ae
    | | resourceFacade private => Hokej\ResourceFacade #d5fb
    | | | resourceService protected => Hokej\ResourceService #cdaa { ... }
    | | roleFacade private => Hokej\RoleFacade #2700
    | | | roleService protected => Hokej\RoleService #1016 { ... }
    netteHttpResponse => Nette\Http\Response #cab1
    | cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200
    netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) baseUri => "https://dev.nhlcz.s6.esports.cz" (31) basePath => "" flashes => array () news => Nette\Database\Table\Selection #824f
    | context protected => Nette\Database\Context #b14f
    | | connection private => Nette\Database\Connection #3656
    | | | onConnect => NULL | | | onQuery => array (3) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (3) [ ... ] | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #cda3 { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #5496 { ... } | | | pdo private => PDO #262c
    | | structure private => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | | conventions private => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | | structure protected => Nette\Database\Structure #5bd6 { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb | | preprocessor private => Nette\Database\SqlPreprocessor #7952
    | | | connection private => Nette\Database\Connection #3656 { ... } | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #cda3 { ... } | | | params private => array (2) [ ... ] | | | remaining private => array () | | | counter private => 2 | | | arrayMode private => "and" (3) | | | arrayModes private => array (7) [ ... ]
    | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | structure protected => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | cache protected => Nette\Caching\Cache #5133
    | | storage private => Nette\Caching\Storages\DevNullStorage #6bfb | | namespace private => "Nette.Database.92c1d72c6f19fce714cc7e027e504a90\x00" (48) | | key private => NULL | | data private => NULL
    | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6c4b
    | | tableName protected => "post" (4) | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | | structure protected => Nette\Database\Structure #5bd6 { ... }
    | | 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 #cda3
    | | | externalTables private => array (1) [ ... ] | | | tableRegex private => "[a-z_][a-z0-9_]*" (16) | | | connection private => Nette\Database\Connection #3656 { ... }
    | | structure private => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | | cacheTableList private => NULL
    | name protected => "post" (4) | primary protected => "id" (2) | primarySequence protected => FALSE | rows protected => NULL | data protected => NULL | dataRefreshed protected => FALSE | globalRefCache protected => array (1)
    | | "" => array (1)
    | | | referencingPrototype => array ()
    | refCache protected => array (1)
    | | 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 ()
    articles => array (9)
    | 5030148 => array (43)
    | | 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 #ed33
    | | | date => "2023-12-04 12:54:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4436
    | | | date => "2023-12-04 17:30:20.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #3954
    | | | 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 => 2117 | | 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)
    | 5030147 => array (43)
    | | 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 #f7bb
    | | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #71eb
    | | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #6595
    | | | 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.&nbsp;&nbsp;"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)
    | 5030143 => array (43)
    | | 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 #00b2
    | | | date => "2023-12-03 15:19:21.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #d67c
    | | | date => "2023-12-04 08:32:56.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #fcae
    | | | 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 => 1786 | | 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)
    | 5030145 => array (43)
    | | 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 #831e
    | | | date => "2023-12-03 18:21:15.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4196
    | | | date => "2023-12-03 18:30:06.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #d5b4
    | | | 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 => 684 | | 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)
    | 5030144 => array (43)
    | | 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 #50b2
    | | | date => "2023-12-03 17:59:52.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #183f
    | | | date => "2023-12-03 19:36:48.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #a3bd
    | | | 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)
    | 5030142 => array (43)
    | | 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 #a405
    | | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #a5ad
    | | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #cf57
    | | | 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)
    | 5030141 => array (43)
    | | 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 #f75e
    | | | date => "2023-12-03 08:44:54.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #73c8
    | | | date => "2023-12-03 18:22:41.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #7318
    | | | 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)
    | 5030140 => array (43)
    | | 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 #9afe
    | | | date => "2023-12-03 08:09:47.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #8bdb
    | | | date => "2023-12-03 08:27:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #54a2
    | | | 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 => 2311 | | 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)
    | 5030139 => array (43)
    | | 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 #8c2a
    | | | date => "2023-12-03 06:34:14.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4ae0
    | | | date => "2023-12-03 07:58:28.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #9414
    | | | 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)
    zones => Nette\Utils\ArrayHash #3c2b
    | 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 #887c
    | | date => "2023-12-04 13:03:32.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)
    | modify_date => Nette\Utils\DateTime #d4a0
    | | date => "2023-12-04 13:15:12.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)
    | display_date => NULL | publish_date => Nette\Utils\DateTime #90ee
    | | 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&nbsp;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 => 1782 | 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 #4b59
    | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 105 | variables => array () | parameters => ""
    fanshopArticlesCallback => Closure #6d72
    | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 108 | variables => array () | parameters => ""
    thisDayInHistoryCallback => Closure #5360
    | 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 #282a
    | engine private => Latte\Engine #748d
    | | onCompile => array (1)
    | | | 0 => Closure #98ec
    | | | | 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)
    | | parser private => NULL | | compiler private => NULL | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936
    | | | presenter private => Front\Home\HomepagePresenter #5236 { ... }
    | | 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 #902a { ... } | | | 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 #e4a0
    | | | | 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 #c498
    | | | | 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 #9f09
    | | | | 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 #e39b { ... } | | | tagsections => Nette\Callback #caf7 { ... } | | | tagtopstory => Nette\Callback #f5d1 { ... } | | | zonetop => Nette\Callback #edbc { ... } | | | zonefooterleft => Nette\Callback #53c1 { ... } | | | zonefooterright => Nette\Callback #d986 { ... }
    | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | netteHttpResponse => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | basePath => "" | | flashes => array () | | news => Nette\Database\Table\Selection #824f
    | | | context protected => Nette\Database\Context #b14f { ... } | | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | cache protected => Nette\Caching\Cache #5133 { ... } | | | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6c4b { ... } | | | 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 #3c2b
    | | | 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 #887c { ... } | | | modify_date => Nette\Utils\DateTime #d4a0 { ... } | | | display_date => NULL | | | publish_date => Nette\Utils\DateTime #90ee { ... } | | | 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&nbsp;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 => 1782 | | | 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 #4b59
    | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 105 | | | variables => array () | | | parameters => ""
    | | fanshopArticlesCallback => Closure #6d72
    | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 108 | | | variables => array () | | | parameters => ""
    | | thisDayInHistoryCallback => Closure #5360
    | | | 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 #282a { RECURSION } | | _l => stdClass #55a2
    | | | extends => NULL | | | tmp => Nette\Caching\OutputHelper #38cf { ... }
    | | _g => stdClass #ee9c
    | | | extended => TRUE | | | caches => array ()
    _l => stdClass #55a2
    | extends => NULL | tmp => Nette\Caching\OutputHelper #38cf
    | | dependencies => array (2)
    | | | tags => NULL | | | expire => "5 minutes" (9)
    | | cache private => NULL | | key private => array (1)
    | | | 0 => "j5gc2rmnos" (10)
    _g => stdClass #ee9c
    | extended => TRUE | caches => array ()
  7. /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)
    
  8. 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 #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    control => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    _presenter => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    presenter => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    user => Nette\Security\User #7a70
    | guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #9da7
    | | namespace private => "" | | sessionHandler private => Nette\Http\Session #0bd9
    | | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #e933 { ... } | | | response private => Nette\Http\Response #cab1 { ... } | | | handler private => NULL
    | | sessionSection private => NULL
    | authenticator private => Hokej\Authenticator #e85a
    | | userFacade private => Hokej\UserFacade #2d7c
    | | | userService protected => Hokej\UserService #45b0 { ... } | | | resourceService protected => Hokej\ResourceService #cdaa { ... } | | | roleService protected => Hokej\RoleService #1016 { ... }
    | authorizator private => Hokej\Authorizator #30ae
    | | resourceFacade private => Hokej\ResourceFacade #d5fb
    | | | resourceService protected => Hokej\ResourceService #cdaa { ... }
    | | roleFacade private => Hokej\RoleFacade #2700
    | | | roleService protected => Hokej\RoleService #1016 { ... }
    netteHttpResponse => Nette\Http\Response #cab1
    | cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200
    netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) baseUri => "https://dev.nhlcz.s6.esports.cz" (31) basePath => "" flashes => array () news => Nette\Database\Table\Selection #824f
    | context protected => Nette\Database\Context #b14f
    | | connection private => Nette\Database\Connection #3656
    | | | onConnect => NULL | | | onQuery => array (3) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (3) [ ... ] | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #cda3 { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #5496 { ... } | | | pdo private => PDO #262c
    | | structure private => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | | conventions private => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | | structure protected => Nette\Database\Structure #5bd6 { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb | | preprocessor private => Nette\Database\SqlPreprocessor #7952
    | | | connection private => Nette\Database\Connection #3656 { ... } | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #cda3 { ... } | | | params private => array (2) [ ... ] | | | remaining private => array () | | | counter private => 2 | | | arrayMode private => "and" (3) | | | arrayModes private => array (7) [ ... ]
    | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | structure protected => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | cache protected => Nette\Caching\Cache #5133
    | | storage private => Nette\Caching\Storages\DevNullStorage #6bfb | | namespace private => "Nette.Database.92c1d72c6f19fce714cc7e027e504a90\x00" (48) | | key private => NULL | | data private => NULL
    | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6c4b
    | | tableName protected => "post" (4) | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | | structure protected => Nette\Database\Structure #5bd6 { ... }
    | | 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 #cda3
    | | | externalTables private => array (1) [ ... ] | | | tableRegex private => "[a-z_][a-z0-9_]*" (16) | | | connection private => Nette\Database\Connection #3656 { ... }
    | | structure private => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | | cacheTableList private => NULL
    | name protected => "post" (4) | primary protected => "id" (2) | primarySequence protected => FALSE | rows protected => NULL | data protected => NULL | dataRefreshed protected => FALSE | globalRefCache protected => array (1)
    | | "" => array (1)
    | | | referencingPrototype => array ()
    | refCache protected => array (1)
    | | 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 ()
    articles => array (9)
    | 5030148 => array (43)
    | | 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 #ed33
    | | | date => "2023-12-04 12:54:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4436
    | | | date => "2023-12-04 17:30:20.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #3954
    | | | 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 => 2117 | | 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)
    | 5030147 => array (43)
    | | 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 #f7bb
    | | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #71eb
    | | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #6595
    | | | 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.&nbsp;&nbsp;"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)
    | 5030143 => array (43)
    | | 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 #00b2
    | | | date => "2023-12-03 15:19:21.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #d67c
    | | | date => "2023-12-04 08:32:56.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #fcae
    | | | 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 => 1786 | | 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)
    | 5030145 => array (43)
    | | 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 #831e
    | | | date => "2023-12-03 18:21:15.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4196
    | | | date => "2023-12-03 18:30:06.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #d5b4
    | | | 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 => 684 | | 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)
    | 5030144 => array (43)
    | | 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 #50b2
    | | | date => "2023-12-03 17:59:52.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #183f
    | | | date => "2023-12-03 19:36:48.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #a3bd
    | | | 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)
    | 5030142 => array (43)
    | | 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 #a405
    | | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #a5ad
    | | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #cf57
    | | | 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)
    | 5030141 => array (43)
    | | 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 #f75e
    | | | date => "2023-12-03 08:44:54.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #73c8
    | | | date => "2023-12-03 18:22:41.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #7318
    | | | 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)
    | 5030140 => array (43)
    | | 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 #9afe
    | | | date => "2023-12-03 08:09:47.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #8bdb
    | | | date => "2023-12-03 08:27:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #54a2
    | | | 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 => 2311 | | 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)
    | 5030139 => array (43)
    | | 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 #8c2a
    | | | date => "2023-12-03 06:34:14.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4ae0
    | | | date => "2023-12-03 07:58:28.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #9414
    | | | 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)
    zones => Nette\Utils\ArrayHash #3c2b
    | 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 #887c
    | | date => "2023-12-04 13:03:32.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)
    | modify_date => Nette\Utils\DateTime #d4a0
    | | date => "2023-12-04 13:15:12.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)
    | display_date => NULL | publish_date => Nette\Utils\DateTime #90ee
    | | 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&nbsp;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 => 1782 | 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 #4b59
    | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 105 | variables => array () | parameters => ""
    fanshopArticlesCallback => Closure #6d72
    | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 108 | variables => array () | parameters => ""
    thisDayInHistoryCallback => Closure #5360
    | 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 #282a
    | engine private => Latte\Engine #748d
    | | onCompile => array (1)
    | | | 0 => Closure #98ec
    | | | | 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)
    | | parser private => NULL | | compiler private => NULL | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936
    | | | presenter private => Front\Home\HomepagePresenter #5236 { ... }
    | | 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 #902a { ... } | | | 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 #e4a0
    | | | | 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 #c498
    | | | | 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 #9f09
    | | | | 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 #e39b { ... } | | | tagsections => Nette\Callback #caf7 { ... } | | | tagtopstory => Nette\Callback #f5d1 { ... } | | | zonetop => Nette\Callback #edbc { ... } | | | zonefooterleft => Nette\Callback #53c1 { ... } | | | zonefooterright => Nette\Callback #d986 { ... }
    | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | netteHttpResponse => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | basePath => "" | | flashes => array () | | news => Nette\Database\Table\Selection #824f
    | | | context protected => Nette\Database\Context #b14f { ... } | | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | cache protected => Nette\Caching\Cache #5133 { ... } | | | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6c4b { ... } | | | 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 #3c2b
    | | | 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 #887c { ... } | | | modify_date => Nette\Utils\DateTime #d4a0 { ... } | | | display_date => NULL | | | publish_date => Nette\Utils\DateTime #90ee { ... } | | | 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&nbsp;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 => 1782 | | | 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 #4b59
    | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 105 | | | variables => array () | | | parameters => ""
    | | fanshopArticlesCallback => Closure #6d72
    | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 108 | | | variables => array () | | | parameters => ""
    | | thisDayInHistoryCallback => Closure #5360
    | | | 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 #282a { RECURSION } | | _l => stdClass #55a2
    | | | extends => NULL | | | tmp => Nette\Caching\OutputHelper #38cf { ... }
    | | _g => stdClass #ee9c
    | | | extended => TRUE | | | caches => array ()
    _l => stdClass #692c
    | extends => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87)
    _g => stdClass #ee9c
    | extended => TRUE | caches => array ()
    _b => stdClass #557e
    | templates => array (2)
    | | 3662483032 => Latte\Template #db7f
    | | | engine private => Latte\Engine #748d { ... } | | | 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 #282a
    | | | engine private => Latte\Engine #748d { ... } | | | name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87) | | | params protected => array (32) [ ... ]
    | blocks => array (10)
    | | 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)
  9. /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 #d645
    
    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 #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    control => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    _presenter => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    presenter => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    user => Nette\Security\User #7a70
    | guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #9da7
    | | namespace private => "" | | sessionHandler private => Nette\Http\Session #0bd9
    | | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #e933 { ... } | | | response private => Nette\Http\Response #cab1 { ... } | | | handler private => NULL
    | | sessionSection private => NULL
    | authenticator private => Hokej\Authenticator #e85a
    | | userFacade private => Hokej\UserFacade #2d7c
    | | | userService protected => Hokej\UserService #45b0 { ... } | | | resourceService protected => Hokej\ResourceService #cdaa { ... } | | | roleService protected => Hokej\RoleService #1016 { ... }
    | authorizator private => Hokej\Authorizator #30ae
    | | resourceFacade private => Hokej\ResourceFacade #d5fb
    | | | resourceService protected => Hokej\ResourceService #cdaa { ... }
    | | roleFacade private => Hokej\RoleFacade #2700
    | | | roleService protected => Hokej\RoleService #1016 { ... }
    netteHttpResponse => Nette\Http\Response #cab1
    | cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200
    netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) baseUri => "https://dev.nhlcz.s6.esports.cz" (31) basePath => "" flashes => array () news => Nette\Database\Table\Selection #824f
    | context protected => Nette\Database\Context #b14f
    | | connection private => Nette\Database\Connection #3656
    | | | onConnect => NULL | | | onQuery => array (3) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (3) [ ... ] | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #cda3 { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #5496 { ... } | | | pdo private => PDO #262c
    | | structure private => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | | conventions private => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | | structure protected => Nette\Database\Structure #5bd6 { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb | | preprocessor private => Nette\Database\SqlPreprocessor #7952
    | | | connection private => Nette\Database\Connection #3656 { ... } | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #cda3 { ... } | | | params private => array (2) [ ... ] | | | remaining private => array () | | | counter private => 2 | | | arrayMode private => "and" (3) | | | arrayModes private => array (7) [ ... ]
    | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | structure protected => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | cache protected => Nette\Caching\Cache #5133
    | | storage private => Nette\Caching\Storages\DevNullStorage #6bfb | | namespace private => "Nette.Database.92c1d72c6f19fce714cc7e027e504a90\x00" (48) | | key private => NULL | | data private => NULL
    | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6c4b
    | | tableName protected => "post" (4) | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | | structure protected => Nette\Database\Structure #5bd6 { ... }
    | | 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 #cda3
    | | | externalTables private => array (1) [ ... ] | | | tableRegex private => "[a-z_][a-z0-9_]*" (16) | | | connection private => Nette\Database\Connection #3656 { ... }
    | | structure private => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | | cacheTableList private => NULL
    | name protected => "post" (4) | primary protected => "id" (2) | primarySequence protected => FALSE | rows protected => NULL | data protected => NULL | dataRefreshed protected => FALSE | globalRefCache protected => array (1)
    | | "" => array (1)
    | | | referencingPrototype => array ()
    | refCache protected => array (1)
    | | 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 ()
    articles => array (9)
    | 5030148 => array (43)
    | | 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 #ed33
    | | | date => "2023-12-04 12:54:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4436
    | | | date => "2023-12-04 17:30:20.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #3954
    | | | 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 => 2117 | | 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)
    | 5030147 => array (43)
    | | 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 #f7bb
    | | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #71eb
    | | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #6595
    | | | 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.&nbsp;&nbsp;"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)
    | 5030143 => array (43)
    | | 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 #00b2
    | | | date => "2023-12-03 15:19:21.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #d67c
    | | | date => "2023-12-04 08:32:56.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #fcae
    | | | 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 => 1786 | | 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)
    | 5030145 => array (43)
    | | 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 #831e
    | | | date => "2023-12-03 18:21:15.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4196
    | | | date => "2023-12-03 18:30:06.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #d5b4
    | | | 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 => 684 | | 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)
    | 5030144 => array (43)
    | | 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 #50b2
    | | | date => "2023-12-03 17:59:52.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #183f
    | | | date => "2023-12-03 19:36:48.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #a3bd
    | | | 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)
    | 5030142 => array (43)
    | | 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 #a405
    | | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #a5ad
    | | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #cf57
    | | | 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)
    | 5030141 => array (43)
    | | 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 #f75e
    | | | date => "2023-12-03 08:44:54.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #73c8
    | | | date => "2023-12-03 18:22:41.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #7318
    | | | 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)
    | 5030140 => array (43)
    | | 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 #9afe
    | | | date => "2023-12-03 08:09:47.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #8bdb
    | | | date => "2023-12-03 08:27:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #54a2
    | | | 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 => 2311 | | 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)
    | 5030139 => array (43)
    | | 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 #8c2a
    | | | date => "2023-12-03 06:34:14.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4ae0
    | | | date => "2023-12-03 07:58:28.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #9414
    | | | 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)
    zones => Nette\Utils\ArrayHash #3c2b
    | 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 #887c
    | | date => "2023-12-04 13:03:32.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)
    | modify_date => Nette\Utils\DateTime #d4a0
    | | date => "2023-12-04 13:15:12.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)
    | display_date => NULL | publish_date => Nette\Utils\DateTime #90ee
    | | 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&nbsp;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 => 1782 | 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 #4b59
    | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 105 | variables => array () | parameters => ""
    fanshopArticlesCallback => Closure #6d72
    | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 108 | variables => array () | parameters => ""
    thisDayInHistoryCallback => Closure #5360
    | 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 #282a
    | engine private => Latte\Engine #748d
    | | onCompile => array (1)
    | | | 0 => Closure #98ec
    | | | | 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)
    | | parser private => NULL | | compiler private => NULL | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936
    | | | presenter private => Front\Home\HomepagePresenter #5236 { ... }
    | | 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 #902a { ... } | | | 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 #e4a0
    | | | | 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 #c498
    | | | | 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 #9f09
    | | | | 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 #e39b { ... } | | | tagsections => Nette\Callback #caf7 { ... } | | | tagtopstory => Nette\Callback #f5d1 { ... } | | | zonetop => Nette\Callback #edbc { ... } | | | zonefooterleft => Nette\Callback #53c1 { ... } | | | zonefooterright => Nette\Callback #d986 { ... }
    | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | netteHttpResponse => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | basePath => "" | | flashes => array () | | news => Nette\Database\Table\Selection #824f
    | | | context protected => Nette\Database\Context #b14f { ... } | | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | cache protected => Nette\Caching\Cache #5133 { ... } | | | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6c4b { ... } | | | 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 #3c2b
    | | | 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 #887c { ... } | | | modify_date => Nette\Utils\DateTime #d4a0 { ... } | | | display_date => NULL | | | publish_date => Nette\Utils\DateTime #90ee { ... } | | | 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&nbsp;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 => 1782 | | | 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 #4b59
    | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 105 | | | variables => array () | | | parameters => ""
    | | fanshopArticlesCallback => Closure #6d72
    | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 108 | | | variables => array () | | | parameters => ""
    | | thisDayInHistoryCallback => Closure #5360
    | | | 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 #282a { RECURSION } | | _l => stdClass #55a2
    | | | extends => NULL | | | tmp => Nette\Caching\OutputHelper #38cf { ... }
    | | _g => stdClass #ee9c
    | | | extended => TRUE | | | caches => array ()
    _l => stdClass #692c
    | extends => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87)
    _g => stdClass #ee9c
    | extended => TRUE | caches => array ()
    _b => stdClass #557e
    | templates => array (2)
    | | 3662483032 => Latte\Template #db7f
    | | | engine private => Latte\Engine #748d { ... } | | | 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 #282a
    | | | engine private => Latte\Engine #748d { ... } | | | name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87) | | | params protected => array (32) [ ... ]
    | blocks => array (10)
    | | 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)
  10. /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 #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    control => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    _presenter => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    presenter => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    user => Nette\Security\User #7a70
    | guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #9da7
    | | namespace private => "" | | sessionHandler private => Nette\Http\Session #0bd9
    | | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #e933 { ... } | | | response private => Nette\Http\Response #cab1 { ... } | | | handler private => NULL
    | | sessionSection private => NULL
    | authenticator private => Hokej\Authenticator #e85a
    | | userFacade private => Hokej\UserFacade #2d7c
    | | | userService protected => Hokej\UserService #45b0 { ... } | | | resourceService protected => Hokej\ResourceService #cdaa { ... } | | | roleService protected => Hokej\RoleService #1016 { ... }
    | authorizator private => Hokej\Authorizator #30ae
    | | resourceFacade private => Hokej\ResourceFacade #d5fb
    | | | resourceService protected => Hokej\ResourceService #cdaa { ... }
    | | roleFacade private => Hokej\RoleFacade #2700
    | | | roleService protected => Hokej\RoleService #1016 { ... }
    netteHttpResponse => Nette\Http\Response #cab1
    | cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200
    netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) baseUri => "https://dev.nhlcz.s6.esports.cz" (31) basePath => "" flashes => array () news => Nette\Database\Table\Selection #824f
    | context protected => Nette\Database\Context #b14f
    | | connection private => Nette\Database\Connection #3656
    | | | onConnect => NULL | | | onQuery => array (3) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (3) [ ... ] | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #cda3 { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #5496 { ... } | | | pdo private => PDO #262c
    | | structure private => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | | conventions private => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | | structure protected => Nette\Database\Structure #5bd6 { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb | | preprocessor private => Nette\Database\SqlPreprocessor #7952
    | | | connection private => Nette\Database\Connection #3656 { ... } | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #cda3 { ... } | | | params private => array (2) [ ... ] | | | remaining private => array () | | | counter private => 2 | | | arrayMode private => "and" (3) | | | arrayModes private => array (7) [ ... ]
    | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | structure protected => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | cache protected => Nette\Caching\Cache #5133
    | | storage private => Nette\Caching\Storages\DevNullStorage #6bfb | | namespace private => "Nette.Database.92c1d72c6f19fce714cc7e027e504a90\x00" (48) | | key private => NULL | | data private => NULL
    | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6c4b
    | | tableName protected => "post" (4) | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | | structure protected => Nette\Database\Structure #5bd6 { ... }
    | | 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 #cda3
    | | | externalTables private => array (1) [ ... ] | | | tableRegex private => "[a-z_][a-z0-9_]*" (16) | | | connection private => Nette\Database\Connection #3656 { ... }
    | | structure private => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | | cacheTableList private => NULL
    | name protected => "post" (4) | primary protected => "id" (2) | primarySequence protected => FALSE | rows protected => NULL | data protected => NULL | dataRefreshed protected => FALSE | globalRefCache protected => array (1)
    | | "" => array (1)
    | | | referencingPrototype => array ()
    | refCache protected => array (1)
    | | 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 ()
    articles => array (9)
    | 5030148 => array (43)
    | | 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 #ed33
    | | | date => "2023-12-04 12:54:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4436
    | | | date => "2023-12-04 17:30:20.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #3954
    | | | 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 => 2117 | | 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)
    | 5030147 => array (43)
    | | 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 #f7bb
    | | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #71eb
    | | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #6595
    | | | 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.&nbsp;&nbsp;"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)
    | 5030143 => array (43)
    | | 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 #00b2
    | | | date => "2023-12-03 15:19:21.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #d67c
    | | | date => "2023-12-04 08:32:56.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #fcae
    | | | 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 => 1786 | | 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)
    | 5030145 => array (43)
    | | 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 #831e
    | | | date => "2023-12-03 18:21:15.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4196
    | | | date => "2023-12-03 18:30:06.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #d5b4
    | | | 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 => 684 | | 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)
    | 5030144 => array (43)
    | | 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 #50b2
    | | | date => "2023-12-03 17:59:52.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #183f
    | | | date => "2023-12-03 19:36:48.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #a3bd
    | | | 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)
    | 5030142 => array (43)
    | | 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 #a405
    | | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #a5ad
    | | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #cf57
    | | | 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)
    | 5030141 => array (43)
    | | 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 #f75e
    | | | date => "2023-12-03 08:44:54.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #73c8
    | | | date => "2023-12-03 18:22:41.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #7318
    | | | 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)
    | 5030140 => array (43)
    | | 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 #9afe
    | | | date => "2023-12-03 08:09:47.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #8bdb
    | | | date => "2023-12-03 08:27:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #54a2
    | | | 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 => 2311 | | 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)
    | 5030139 => array (43)
    | | 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 #8c2a
    | | | date => "2023-12-03 06:34:14.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4ae0
    | | | date => "2023-12-03 07:58:28.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #9414
    | | | 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)
    zones => Nette\Utils\ArrayHash #3c2b
    | 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 #887c
    | | date => "2023-12-04 13:03:32.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)
    | modify_date => Nette\Utils\DateTime #d4a0
    | | date => "2023-12-04 13:15:12.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)
    | display_date => NULL | publish_date => Nette\Utils\DateTime #90ee
    | | 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&nbsp;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 => 1782 | 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 #4b59
    | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 105 | variables => array () | parameters => ""
    fanshopArticlesCallback => Closure #6d72
    | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 108 | variables => array () | parameters => ""
    thisDayInHistoryCallback => Closure #5360
    | 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 #282a
    | engine private => Latte\Engine #748d
    | | onCompile => array (1)
    | | | 0 => Closure #98ec
    | | | | 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)
    | | parser private => NULL | | compiler private => NULL | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936
    | | | presenter private => Front\Home\HomepagePresenter #5236 { ... }
    | | 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 #902a { ... } | | | 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 #e4a0
    | | | | 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 #c498
    | | | | 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 #9f09
    | | | | 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 #e39b { ... } | | | tagsections => Nette\Callback #caf7 { ... } | | | tagtopstory => Nette\Callback #f5d1 { ... } | | | zonetop => Nette\Callback #edbc { ... } | | | zonefooterleft => Nette\Callback #53c1 { ... } | | | zonefooterright => Nette\Callback #d986 { ... }
    | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | netteHttpResponse => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | basePath => "" | | flashes => array () | | news => Nette\Database\Table\Selection #824f
    | | | context protected => Nette\Database\Context #b14f { ... } | | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | cache protected => Nette\Caching\Cache #5133 { ... } | | | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6c4b { ... } | | | 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 #3c2b
    | | | 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 #887c { ... } | | | modify_date => Nette\Utils\DateTime #d4a0 { ... } | | | display_date => NULL | | | publish_date => Nette\Utils\DateTime #90ee { ... } | | | 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&nbsp;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 => 1782 | | | 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 #4b59
    | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 105 | | | variables => array () | | | parameters => ""
    | | fanshopArticlesCallback => Closure #6d72
    | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 108 | | | variables => array () | | | parameters => ""
    | | thisDayInHistoryCallback => Closure #5360
    | | | 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 #282a { RECURSION } | | _l => stdClass #55a2
    | | | extends => NULL | | | tmp => Nette\Caching\OutputHelper #38cf { ... }
    | | _g => stdClass #ee9c
    | | | extended => TRUE | | | caches => array ()
    _l => stdClass #692c
    | extends => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87)
    _g => stdClass #ee9c
    | extended => TRUE | caches => array ()
    _b => stdClass #557e
    | templates => array (2)
    | | 3662483032 => Latte\Template #db7f
    | | | engine private => Latte\Engine #748d { ... } | | | 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 #282a
    | | | engine private => Latte\Engine #748d { ... } | | | name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87) | | | params protected => array (32) [ ... ]
    | blocks => array (10)
    | | 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)
  11. /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 #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    control => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    _presenter => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    presenter => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    user => Nette\Security\User #7a70
    | guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #9da7
    | | namespace private => "" | | sessionHandler private => Nette\Http\Session #0bd9
    | | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #e933 { ... } | | | response private => Nette\Http\Response #cab1 { ... } | | | handler private => NULL
    | | sessionSection private => NULL
    | authenticator private => Hokej\Authenticator #e85a
    | | userFacade private => Hokej\UserFacade #2d7c
    | | | userService protected => Hokej\UserService #45b0 { ... } | | | resourceService protected => Hokej\ResourceService #cdaa { ... } | | | roleService protected => Hokej\RoleService #1016 { ... }
    | authorizator private => Hokej\Authorizator #30ae
    | | resourceFacade private => Hokej\ResourceFacade #d5fb
    | | | resourceService protected => Hokej\ResourceService #cdaa { ... }
    | | roleFacade private => Hokej\RoleFacade #2700
    | | | roleService protected => Hokej\RoleService #1016 { ... }
    netteHttpResponse => Nette\Http\Response #cab1
    | cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200
    netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) baseUri => "https://dev.nhlcz.s6.esports.cz" (31) basePath => "" flashes => array () news => Nette\Database\Table\Selection #824f
    | context protected => Nette\Database\Context #b14f
    | | connection private => Nette\Database\Connection #3656
    | | | onConnect => NULL | | | onQuery => array (3) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (3) [ ... ] | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #cda3 { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #5496 { ... } | | | pdo private => PDO #262c
    | | structure private => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | | conventions private => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | | structure protected => Nette\Database\Structure #5bd6 { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb | | preprocessor private => Nette\Database\SqlPreprocessor #7952
    | | | connection private => Nette\Database\Connection #3656 { ... } | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #cda3 { ... } | | | params private => array (2) [ ... ] | | | remaining private => array () | | | counter private => 2 | | | arrayMode private => "and" (3) | | | arrayModes private => array (7) [ ... ]
    | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | structure protected => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | cache protected => Nette\Caching\Cache #5133
    | | storage private => Nette\Caching\Storages\DevNullStorage #6bfb | | namespace private => "Nette.Database.92c1d72c6f19fce714cc7e027e504a90\x00" (48) | | key private => NULL | | data private => NULL
    | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6c4b
    | | tableName protected => "post" (4) | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | | structure protected => Nette\Database\Structure #5bd6 { ... }
    | | 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 #cda3
    | | | externalTables private => array (1) [ ... ] | | | tableRegex private => "[a-z_][a-z0-9_]*" (16) | | | connection private => Nette\Database\Connection #3656 { ... }
    | | structure private => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | | cacheTableList private => NULL
    | name protected => "post" (4) | primary protected => "id" (2) | primarySequence protected => FALSE | rows protected => NULL | data protected => NULL | dataRefreshed protected => FALSE | globalRefCache protected => array (1)
    | | "" => array (1)
    | | | referencingPrototype => array ()
    | refCache protected => array (1)
    | | 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 ()
    articles => array (9)
    | 5030148 => array (43)
    | | 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 #ed33
    | | | date => "2023-12-04 12:54:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4436
    | | | date => "2023-12-04 17:30:20.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #3954
    | | | 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 => 2117 | | 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)
    | 5030147 => array (43)
    | | 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 #f7bb
    | | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #71eb
    | | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #6595
    | | | 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.&nbsp;&nbsp;"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)
    | 5030143 => array (43)
    | | 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 #00b2
    | | | date => "2023-12-03 15:19:21.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #d67c
    | | | date => "2023-12-04 08:32:56.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #fcae
    | | | 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 => 1786 | | 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)
    | 5030145 => array (43)
    | | 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 #831e
    | | | date => "2023-12-03 18:21:15.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4196
    | | | date => "2023-12-03 18:30:06.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #d5b4
    | | | 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 => 684 | | 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)
    | 5030144 => array (43)
    | | 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 #50b2
    | | | date => "2023-12-03 17:59:52.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #183f
    | | | date => "2023-12-03 19:36:48.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #a3bd
    | | | 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)
    | 5030142 => array (43)
    | | 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 #a405
    | | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #a5ad
    | | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #cf57
    | | | 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)
    | 5030141 => array (43)
    | | 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 #f75e
    | | | date => "2023-12-03 08:44:54.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #73c8
    | | | date => "2023-12-03 18:22:41.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #7318
    | | | 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)
    | 5030140 => array (43)
    | | 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 #9afe
    | | | date => "2023-12-03 08:09:47.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #8bdb
    | | | date => "2023-12-03 08:27:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #54a2
    | | | 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 => 2311 | | 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)
    | 5030139 => array (43)
    | | 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 #8c2a
    | | | date => "2023-12-03 06:34:14.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4ae0
    | | | date => "2023-12-03 07:58:28.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #9414
    | | | 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)
    zones => Nette\Utils\ArrayHash #3c2b
    | 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 #887c
    | | date => "2023-12-04 13:03:32.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)
    | modify_date => Nette\Utils\DateTime #d4a0
    | | date => "2023-12-04 13:15:12.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)
    | display_date => NULL | publish_date => Nette\Utils\DateTime #90ee
    | | 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&nbsp;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 => 1782 | 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 #4b59
    | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 105 | variables => array () | parameters => ""
    fanshopArticlesCallback => Closure #6d72
    | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 108 | variables => array () | parameters => ""
    thisDayInHistoryCallback => Closure #5360
    | 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 #db7f
    | engine private => Latte\Engine #748d
    | | onCompile => array (1)
    | | | 0 => Closure #98ec
    | | | | 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)
    | | parser private => NULL | | compiler private => NULL | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936
    | | | presenter private => Front\Home\HomepagePresenter #5236 { ... }
    | | 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 #902a { ... } | | | 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 #e4a0
    | | | | 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 #c498
    | | | | 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 #9f09
    | | | | 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 #e39b { ... } | | | tagsections => Nette\Callback #caf7 { ... } | | | tagtopstory => Nette\Callback #f5d1 { ... } | | | zonetop => Nette\Callback #edbc { ... } | | | zonefooterleft => Nette\Callback #53c1 { ... } | | | zonefooterright => Nette\Callback #d986 { ... }
    | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | netteHttpResponse => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | basePath => "" | | flashes => array () | | news => Nette\Database\Table\Selection #824f
    | | | context protected => Nette\Database\Context #b14f { ... } | | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | cache protected => Nette\Caching\Cache #5133 { ... } | | | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6c4b { ... } | | | 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 #3c2b
    | | | 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 #887c { ... } | | | modify_date => Nette\Utils\DateTime #d4a0 { ... } | | | display_date => NULL | | | publish_date => Nette\Utils\DateTime #90ee { ... } | | | 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&nbsp;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 => 1782 | | | 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 #4b59
    | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 105 | | | variables => array () | | | parameters => ""
    | | fanshopArticlesCallback => Closure #6d72
    | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 108 | | | variables => array () | | | parameters => ""
    | | thisDayInHistoryCallback => Closure #5360
    | | | 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 #db7f { RECURSION } | | _l => stdClass #692c
    | | | extends => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87)
    | | _g => stdClass #ee9c
    | | | extended => TRUE | | | caches => array ()
    _l => stdClass #692c
    | extends => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87)
    _g => stdClass #ee9c
    | extended => TRUE | caches => array ()
    _b => stdClass #557e
    | templates => array (2)
    | | 3662483032 => Latte\Template #db7f
    | | | engine private => Latte\Engine #748d { ... } | | | 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 #282a
    | | | engine private => Latte\Engine #748d { ... } | | | name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87) | | | params protected => array (32) [ ... ]
    | blocks => array (10)
    | | 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)
  12. /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 #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    control => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    _presenter => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    presenter => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    user => Nette\Security\User #7a70
    | guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #9da7
    | | namespace private => "" | | sessionHandler private => Nette\Http\Session #0bd9
    | | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #e933 { ... } | | | response private => Nette\Http\Response #cab1 { ... } | | | handler private => NULL
    | | sessionSection private => NULL
    | authenticator private => Hokej\Authenticator #e85a
    | | userFacade private => Hokej\UserFacade #2d7c
    | | | userService protected => Hokej\UserService #45b0 { ... } | | | resourceService protected => Hokej\ResourceService #cdaa { ... } | | | roleService protected => Hokej\RoleService #1016 { ... }
    | authorizator private => Hokej\Authorizator #30ae
    | | resourceFacade private => Hokej\ResourceFacade #d5fb
    | | | resourceService protected => Hokej\ResourceService #cdaa { ... }
    | | roleFacade private => Hokej\RoleFacade #2700
    | | | roleService protected => Hokej\RoleService #1016 { ... }
    netteHttpResponse => Nette\Http\Response #cab1
    | cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200
    netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) baseUri => "https://dev.nhlcz.s6.esports.cz" (31) basePath => "" flashes => array () news => Nette\Database\Table\Selection #824f
    | context protected => Nette\Database\Context #b14f
    | | connection private => Nette\Database\Connection #3656
    | | | onConnect => NULL | | | onQuery => array (3) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (3) [ ... ] | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #cda3 { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #5496 { ... } | | | pdo private => PDO #262c
    | | structure private => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | | conventions private => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | | structure protected => Nette\Database\Structure #5bd6 { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb | | preprocessor private => Nette\Database\SqlPreprocessor #7952
    | | | connection private => Nette\Database\Connection #3656 { ... } | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #cda3 { ... } | | | params private => array (2) [ ... ] | | | remaining private => array () | | | counter private => 2 | | | arrayMode private => "and" (3) | | | arrayModes private => array (7) [ ... ]
    | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | structure protected => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | cache protected => Nette\Caching\Cache #5133
    | | storage private => Nette\Caching\Storages\DevNullStorage #6bfb | | namespace private => "Nette.Database.92c1d72c6f19fce714cc7e027e504a90\x00" (48) | | key private => NULL | | data private => NULL
    | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6c4b
    | | tableName protected => "post" (4) | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | | structure protected => Nette\Database\Structure #5bd6 { ... }
    | | 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 #cda3
    | | | externalTables private => array (1) [ ... ] | | | tableRegex private => "[a-z_][a-z0-9_]*" (16) | | | connection private => Nette\Database\Connection #3656 { ... }
    | | structure private => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | | cacheTableList private => NULL
    | name protected => "post" (4) | primary protected => "id" (2) | primarySequence protected => FALSE | rows protected => NULL | data protected => NULL | dataRefreshed protected => FALSE | globalRefCache protected => array (1)
    | | "" => array (1)
    | | | referencingPrototype => array ()
    | refCache protected => array (1)
    | | 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 ()
    articles => array (9)
    | 5030148 => array (43)
    | | 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 #ed33
    | | | date => "2023-12-04 12:54:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4436
    | | | date => "2023-12-04 17:30:20.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #3954
    | | | 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 => 2117 | | 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)
    | 5030147 => array (43)
    | | 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 #f7bb
    | | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #71eb
    | | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #6595
    | | | 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.&nbsp;&nbsp;"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)
    | 5030143 => array (43)
    | | 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 #00b2
    | | | date => "2023-12-03 15:19:21.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #d67c
    | | | date => "2023-12-04 08:32:56.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #fcae
    | | | 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 => 1786 | | 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)
    | 5030145 => array (43)
    | | 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 #831e
    | | | date => "2023-12-03 18:21:15.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4196
    | | | date => "2023-12-03 18:30:06.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #d5b4
    | | | 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 => 684 | | 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)
    | 5030144 => array (43)
    | | 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 #50b2
    | | | date => "2023-12-03 17:59:52.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #183f
    | | | date => "2023-12-03 19:36:48.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #a3bd
    | | | 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)
    | 5030142 => array (43)
    | | 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 #a405
    | | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #a5ad
    | | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #cf57
    | | | 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)
    | 5030141 => array (43)
    | | 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 #f75e
    | | | date => "2023-12-03 08:44:54.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #73c8
    | | | date => "2023-12-03 18:22:41.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #7318
    | | | 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)
    | 5030140 => array (43)
    | | 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 #9afe
    | | | date => "2023-12-03 08:09:47.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #8bdb
    | | | date => "2023-12-03 08:27:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #54a2
    | | | 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 => 2311 | | 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)
    | 5030139 => array (43)
    | | 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 #8c2a
    | | | date => "2023-12-03 06:34:14.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4ae0
    | | | date => "2023-12-03 07:58:28.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #9414
    | | | 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)
    zones => Nette\Utils\ArrayHash #3c2b
    | 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 #887c
    | | date => "2023-12-04 13:03:32.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)
    | modify_date => Nette\Utils\DateTime #d4a0
    | | date => "2023-12-04 13:15:12.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)
    | display_date => NULL | publish_date => Nette\Utils\DateTime #90ee
    | | 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&nbsp;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 => 1782 | 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 #4b59
    | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 105 | variables => array () | parameters => ""
    fanshopArticlesCallback => Closure #6d72
    | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 108 | variables => array () | parameters => ""
    thisDayInHistoryCallback => Closure #5360
    | 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 #db7f
    | engine private => Latte\Engine #748d
    | | onCompile => array (1)
    | | | 0 => Closure #98ec
    | | | | 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)
    | | parser private => NULL | | compiler private => NULL | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936
    | | | presenter private => Front\Home\HomepagePresenter #5236 { ... }
    | | 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 #902a { ... } | | | 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 #e4a0
    | | | | 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 #c498
    | | | | 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 #9f09
    | | | | 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 #e39b { ... } | | | tagsections => Nette\Callback #caf7 { ... } | | | tagtopstory => Nette\Callback #f5d1 { ... } | | | zonetop => Nette\Callback #edbc { ... } | | | zonefooterleft => Nette\Callback #53c1 { ... } | | | zonefooterright => Nette\Callback #d986 { ... }
    | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | netteHttpResponse => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | basePath => "" | | flashes => array () | | news => Nette\Database\Table\Selection #824f
    | | | context protected => Nette\Database\Context #b14f { ... } | | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | cache protected => Nette\Caching\Cache #5133 { ... } | | | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6c4b { ... } | | | 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 #3c2b
    | | | 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 #887c { ... } | | | modify_date => Nette\Utils\DateTime #d4a0 { ... } | | | display_date => NULL | | | publish_date => Nette\Utils\DateTime #90ee { ... } | | | 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&nbsp;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 => 1782 | | | 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 #4b59
    | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 105 | | | variables => array () | | | parameters => ""
    | | fanshopArticlesCallback => Closure #6d72
    | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 108 | | | variables => array () | | | parameters => ""
    | | thisDayInHistoryCallback => Closure #5360
    | | | 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 #db7f { RECURSION } | | _l => stdClass #692c
    | | | extends => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87)
    | | _g => stdClass #ee9c
    | | | extended => TRUE | | | caches => array ()
    _l => stdClass #692c
    | extends => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87)
    _g => stdClass #ee9c
    | extended => TRUE | caches => array ()
    _b => stdClass #557e
    | templates => array (2)
    | | 3662483032 => Latte\Template #db7f
    | | | engine private => Latte\Engine #748d { ... } | | | 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 #282a
    | | | engine private => Latte\Engine #748d { ... } | | | name private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87) | | | params protected => array (32) [ ... ]
    | blocks => array (10)
    | | 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)
  13. /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)
    
  14. 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 #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    control => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    _presenter => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    presenter => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    user => Nette\Security\User #7a70
    | guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #9da7
    | | namespace private => "" | | sessionHandler private => Nette\Http\Session #0bd9
    | | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #e933 { ... } | | | response private => Nette\Http\Response #cab1 { ... } | | | handler private => NULL
    | | sessionSection private => NULL
    | authenticator private => Hokej\Authenticator #e85a
    | | userFacade private => Hokej\UserFacade #2d7c
    | | | userService protected => Hokej\UserService #45b0 { ... } | | | resourceService protected => Hokej\ResourceService #cdaa { ... } | | | roleService protected => Hokej\RoleService #1016 { ... }
    | authorizator private => Hokej\Authorizator #30ae
    | | resourceFacade private => Hokej\ResourceFacade #d5fb
    | | | resourceService protected => Hokej\ResourceService #cdaa { ... }
    | | roleFacade private => Hokej\RoleFacade #2700
    | | | roleService protected => Hokej\RoleService #1016 { ... }
    netteHttpResponse => Nette\Http\Response #cab1
    | cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200
    netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) baseUri => "https://dev.nhlcz.s6.esports.cz" (31) basePath => "" flashes => array () news => Nette\Database\Table\Selection #824f
    | context protected => Nette\Database\Context #b14f
    | | connection private => Nette\Database\Connection #3656
    | | | onConnect => NULL | | | onQuery => array (3) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (3) [ ... ] | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #cda3 { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #5496 { ... } | | | pdo private => PDO #262c
    | | structure private => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | | conventions private => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | | structure protected => Nette\Database\Structure #5bd6 { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb | | preprocessor private => Nette\Database\SqlPreprocessor #7952
    | | | connection private => Nette\Database\Connection #3656 { ... } | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #cda3 { ... } | | | params private => array (2) [ ... ] | | | remaining private => array () | | | counter private => 2 | | | arrayMode private => "and" (3) | | | arrayModes private => array (7) [ ... ]
    | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | structure protected => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | cache protected => Nette\Caching\Cache #5133
    | | storage private => Nette\Caching\Storages\DevNullStorage #6bfb | | namespace private => "Nette.Database.92c1d72c6f19fce714cc7e027e504a90\x00" (48) | | key private => NULL | | data private => NULL
    | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6c4b
    | | tableName protected => "post" (4) | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | | structure protected => Nette\Database\Structure #5bd6 { ... }
    | | 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 #cda3
    | | | externalTables private => array (1) [ ... ] | | | tableRegex private => "[a-z_][a-z0-9_]*" (16) | | | connection private => Nette\Database\Connection #3656 { ... }
    | | structure private => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | | cacheTableList private => NULL
    | name protected => "post" (4) | primary protected => "id" (2) | primarySequence protected => FALSE | rows protected => NULL | data protected => NULL | dataRefreshed protected => FALSE | globalRefCache protected => array (1)
    | | "" => array (1)
    | | | referencingPrototype => array ()
    | refCache protected => array (1)
    | | 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 ()
    articles => array (9)
    | 5030148 => array (43)
    | | 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 #ed33
    | | | date => "2023-12-04 12:54:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4436
    | | | date => "2023-12-04 17:30:20.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #3954
    | | | 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 => 2117 | | 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)
    | 5030147 => array (43)
    | | 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 #f7bb
    | | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #71eb
    | | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #6595
    | | | 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.&nbsp;&nbsp;"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)
    | 5030143 => array (43)
    | | 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 #00b2
    | | | date => "2023-12-03 15:19:21.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #d67c
    | | | date => "2023-12-04 08:32:56.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #fcae
    | | | 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 => 1786 | | 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)
    | 5030145 => array (43)
    | | 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 #831e
    | | | date => "2023-12-03 18:21:15.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4196
    | | | date => "2023-12-03 18:30:06.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #d5b4
    | | | 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 => 684 | | 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)
    | 5030144 => array (43)
    | | 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 #50b2
    | | | date => "2023-12-03 17:59:52.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #183f
    | | | date => "2023-12-03 19:36:48.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #a3bd
    | | | 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)
    | 5030142 => array (43)
    | | 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 #a405
    | | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #a5ad
    | | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #cf57
    | | | 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)
    | 5030141 => array (43)
    | | 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 #f75e
    | | | date => "2023-12-03 08:44:54.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #73c8
    | | | date => "2023-12-03 18:22:41.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #7318
    | | | 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)
    | 5030140 => array (43)
    | | 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 #9afe
    | | | date => "2023-12-03 08:09:47.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #8bdb
    | | | date => "2023-12-03 08:27:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #54a2
    | | | 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 => 2311 | | 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)
    | 5030139 => array (43)
    | | 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 #8c2a
    | | | date => "2023-12-03 06:34:14.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4ae0
    | | | date => "2023-12-03 07:58:28.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #9414
    | | | 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)
    zones => Nette\Utils\ArrayHash #3c2b
    | 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 #887c
    | | date => "2023-12-04 13:03:32.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)
    | modify_date => Nette\Utils\DateTime #d4a0
    | | date => "2023-12-04 13:15:12.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)
    | display_date => NULL | publish_date => Nette\Utils\DateTime #90ee
    | | 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&nbsp;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 => 1782 | 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 #4b59
    | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 105 | variables => array () | parameters => ""
    fanshopArticlesCallback => Closure #6d72
    | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 108 | variables => array () | parameters => ""
    thisDayInHistoryCallback => Closure #5360
    | 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 #db7f
    | engine private => Latte\Engine #748d
    | | onCompile => array (1)
    | | | 0 => Closure #98ec
    | | | | 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)
    | | parser private => NULL | | compiler private => NULL | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936
    | | | presenter private => Front\Home\HomepagePresenter #5236 { ... }
    | | 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 #902a { ... } | | | 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 #e4a0
    | | | | 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 #c498
    | | | | 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 #9f09
    | | | | 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 #e39b { ... } | | | tagsections => Nette\Callback #caf7 { ... } | | | tagtopstory => Nette\Callback #f5d1 { ... } | | | zonetop => Nette\Callback #edbc { ... } | | | zonefooterleft => Nette\Callback #53c1 { ... } | | | zonefooterright => Nette\Callback #d986 { ... }
    | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | netteHttpResponse => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | basePath => "" | | flashes => array () | | news => Nette\Database\Table\Selection #824f
    | | | context protected => Nette\Database\Context #b14f { ... } | | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | cache protected => Nette\Caching\Cache #5133 { ... } | | | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6c4b { ... } | | | 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 #3c2b
    | | | 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 #887c { ... } | | | modify_date => Nette\Utils\DateTime #d4a0 { ... } | | | display_date => NULL | | | publish_date => Nette\Utils\DateTime #90ee { ... } | | | 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&nbsp;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 => 1782 | | | 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 #4b59
    | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 105 | | | variables => array () | | | parameters => ""
    | | fanshopArticlesCallback => Closure #6d72
    | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 108 | | | variables => array () | | | parameters => ""
    | | thisDayInHistoryCallback => Closure #5360
    | | | 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 #db7f { RECURSION } | | _l => stdClass #692c
    | | | extends => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87)
    | | _g => stdClass #ee9c
    | | | extended => TRUE | | | caches => array ()
  15. /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 #b8f7
    
    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 #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    control => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    _presenter => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    presenter => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    user => Nette\Security\User #7a70
    | guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #9da7
    | | namespace private => "" | | sessionHandler private => Nette\Http\Session #0bd9
    | | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #e933 { ... } | | | response private => Nette\Http\Response #cab1 { ... } | | | handler private => NULL
    | | sessionSection private => NULL
    | authenticator private => Hokej\Authenticator #e85a
    | | userFacade private => Hokej\UserFacade #2d7c
    | | | userService protected => Hokej\UserService #45b0 { ... } | | | resourceService protected => Hokej\ResourceService #cdaa { ... } | | | roleService protected => Hokej\RoleService #1016 { ... }
    | authorizator private => Hokej\Authorizator #30ae
    | | resourceFacade private => Hokej\ResourceFacade #d5fb
    | | | resourceService protected => Hokej\ResourceService #cdaa { ... }
    | | roleFacade private => Hokej\RoleFacade #2700
    | | | roleService protected => Hokej\RoleService #1016 { ... }
    netteHttpResponse => Nette\Http\Response #cab1
    | cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200
    netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) baseUri => "https://dev.nhlcz.s6.esports.cz" (31) basePath => "" flashes => array () news => Nette\Database\Table\Selection #824f
    | context protected => Nette\Database\Context #b14f
    | | connection private => Nette\Database\Connection #3656
    | | | onConnect => NULL | | | onQuery => array (3) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (3) [ ... ] | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #cda3 { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #5496 { ... } | | | pdo private => PDO #262c
    | | structure private => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | | conventions private => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | | structure protected => Nette\Database\Structure #5bd6 { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb | | preprocessor private => Nette\Database\SqlPreprocessor #7952
    | | | connection private => Nette\Database\Connection #3656 { ... } | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #cda3 { ... } | | | params private => array (2) [ ... ] | | | remaining private => array () | | | counter private => 2 | | | arrayMode private => "and" (3) | | | arrayModes private => array (7) [ ... ]
    | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | structure protected => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | cache protected => Nette\Caching\Cache #5133
    | | storage private => Nette\Caching\Storages\DevNullStorage #6bfb | | namespace private => "Nette.Database.92c1d72c6f19fce714cc7e027e504a90\x00" (48) | | key private => NULL | | data private => NULL
    | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6c4b
    | | tableName protected => "post" (4) | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | | structure protected => Nette\Database\Structure #5bd6 { ... }
    | | 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 #cda3
    | | | externalTables private => array (1) [ ... ] | | | tableRegex private => "[a-z_][a-z0-9_]*" (16) | | | connection private => Nette\Database\Connection #3656 { ... }
    | | structure private => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | | cacheTableList private => NULL
    | name protected => "post" (4) | primary protected => "id" (2) | primarySequence protected => FALSE | rows protected => NULL | data protected => NULL | dataRefreshed protected => FALSE | globalRefCache protected => array (1)
    | | "" => array (1)
    | | | referencingPrototype => array ()
    | refCache protected => array (1)
    | | 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 ()
    articles => array (9)
    | 5030148 => array (43)
    | | 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 #ed33
    | | | date => "2023-12-04 12:54:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4436
    | | | date => "2023-12-04 17:30:20.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #3954
    | | | 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 => 2117 | | 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)
    | 5030147 => array (43)
    | | 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 #f7bb
    | | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #71eb
    | | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #6595
    | | | 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.&nbsp;&nbsp;"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)
    | 5030143 => array (43)
    | | 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 #00b2
    | | | date => "2023-12-03 15:19:21.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #d67c
    | | | date => "2023-12-04 08:32:56.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #fcae
    | | | 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 => 1786 | | 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)
    | 5030145 => array (43)
    | | 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 #831e
    | | | date => "2023-12-03 18:21:15.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4196
    | | | date => "2023-12-03 18:30:06.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #d5b4
    | | | 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 => 684 | | 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)
    | 5030144 => array (43)
    | | 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 #50b2
    | | | date => "2023-12-03 17:59:52.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #183f
    | | | date => "2023-12-03 19:36:48.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #a3bd
    | | | 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)
    | 5030142 => array (43)
    | | 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 #a405
    | | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #a5ad
    | | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #cf57
    | | | 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)
    | 5030141 => array (43)
    | | 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 #f75e
    | | | date => "2023-12-03 08:44:54.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #73c8
    | | | date => "2023-12-03 18:22:41.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #7318
    | | | 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)
    | 5030140 => array (43)
    | | 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 #9afe
    | | | date => "2023-12-03 08:09:47.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #8bdb
    | | | date => "2023-12-03 08:27:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #54a2
    | | | 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 => 2311 | | 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)
    | 5030139 => array (43)
    | | 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 #8c2a
    | | | date => "2023-12-03 06:34:14.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4ae0
    | | | date => "2023-12-03 07:58:28.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #9414
    | | | 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)
    zones => Nette\Utils\ArrayHash #3c2b
    | 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 #887c
    | | date => "2023-12-04 13:03:32.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)
    | modify_date => Nette\Utils\DateTime #d4a0
    | | date => "2023-12-04 13:15:12.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)
    | display_date => NULL | publish_date => Nette\Utils\DateTime #90ee
    | | 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&nbsp;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 => 1782 | 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 #4b59
    | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 105 | variables => array () | parameters => ""
    fanshopArticlesCallback => Closure #6d72
    | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 108 | variables => array () | parameters => ""
    thisDayInHistoryCallback => Closure #5360
    | 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 #db7f
    | engine private => Latte\Engine #748d
    | | onCompile => array (1)
    | | | 0 => Closure #98ec
    | | | | 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)
    | | parser private => NULL | | compiler private => NULL | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936
    | | | presenter private => Front\Home\HomepagePresenter #5236 { ... }
    | | 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 #902a { ... } | | | 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 #e4a0
    | | | | 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 #c498
    | | | | 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 #9f09
    | | | | 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 #e39b { ... } | | | tagsections => Nette\Callback #caf7 { ... } | | | tagtopstory => Nette\Callback #f5d1 { ... } | | | zonetop => Nette\Callback #edbc { ... } | | | zonefooterleft => Nette\Callback #53c1 { ... } | | | zonefooterright => Nette\Callback #d986 { ... }
    | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | netteHttpResponse => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | basePath => "" | | flashes => array () | | news => Nette\Database\Table\Selection #824f
    | | | context protected => Nette\Database\Context #b14f { ... } | | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | cache protected => Nette\Caching\Cache #5133 { ... } | | | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6c4b { ... } | | | 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 #3c2b
    | | | 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 #887c { ... } | | | modify_date => Nette\Utils\DateTime #d4a0 { ... } | | | display_date => NULL | | | publish_date => Nette\Utils\DateTime #90ee { ... } | | | 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&nbsp;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 => 1782 | | | 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 #4b59
    | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 105 | | | variables => array () | | | parameters => ""
    | | fanshopArticlesCallback => Closure #6d72
    | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 108 | | | variables => array () | | | parameters => ""
    | | thisDayInHistoryCallback => Closure #5360
    | | | 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 #db7f { RECURSION } | | _l => stdClass #692c
    | | | extends => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87)
    | | _g => stdClass #ee9c
    | | | extended => TRUE | | | caches => array ()
  16. /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 #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    control => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    _presenter => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    presenter => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    user => Nette\Security\User #7a70
    | guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #9da7
    | | namespace private => "" | | sessionHandler private => Nette\Http\Session #0bd9
    | | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #e933 { ... } | | | response private => Nette\Http\Response #cab1 { ... } | | | handler private => NULL
    | | sessionSection private => NULL
    | authenticator private => Hokej\Authenticator #e85a
    | | userFacade private => Hokej\UserFacade #2d7c
    | | | userService protected => Hokej\UserService #45b0 { ... } | | | resourceService protected => Hokej\ResourceService #cdaa { ... } | | | roleService protected => Hokej\RoleService #1016 { ... }
    | authorizator private => Hokej\Authorizator #30ae
    | | resourceFacade private => Hokej\ResourceFacade #d5fb
    | | | resourceService protected => Hokej\ResourceService #cdaa { ... }
    | | roleFacade private => Hokej\RoleFacade #2700
    | | | roleService protected => Hokej\RoleService #1016 { ... }
    netteHttpResponse => Nette\Http\Response #cab1
    | cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200
    netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) baseUri => "https://dev.nhlcz.s6.esports.cz" (31) basePath => "" flashes => array () news => Nette\Database\Table\Selection #824f
    | context protected => Nette\Database\Context #b14f
    | | connection private => Nette\Database\Connection #3656
    | | | onConnect => NULL | | | onQuery => array (3) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (3) [ ... ] | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #cda3 { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #5496 { ... } | | | pdo private => PDO #262c
    | | structure private => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | | conventions private => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | | structure protected => Nette\Database\Structure #5bd6 { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb | | preprocessor private => Nette\Database\SqlPreprocessor #7952
    | | | connection private => Nette\Database\Connection #3656 { ... } | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #cda3 { ... } | | | params private => array (2) [ ... ] | | | remaining private => array () | | | counter private => 2 | | | arrayMode private => "and" (3) | | | arrayModes private => array (7) [ ... ]
    | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | structure protected => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | cache protected => Nette\Caching\Cache #5133
    | | storage private => Nette\Caching\Storages\DevNullStorage #6bfb | | namespace private => "Nette.Database.92c1d72c6f19fce714cc7e027e504a90\x00" (48) | | key private => NULL | | data private => NULL
    | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6c4b
    | | tableName protected => "post" (4) | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | | structure protected => Nette\Database\Structure #5bd6 { ... }
    | | 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 #cda3
    | | | externalTables private => array (1) [ ... ] | | | tableRegex private => "[a-z_][a-z0-9_]*" (16) | | | connection private => Nette\Database\Connection #3656 { ... }
    | | structure private => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | | cacheTableList private => NULL
    | name protected => "post" (4) | primary protected => "id" (2) | primarySequence protected => FALSE | rows protected => NULL | data protected => NULL | dataRefreshed protected => FALSE | globalRefCache protected => array (1)
    | | "" => array (1)
    | | | referencingPrototype => array ()
    | refCache protected => array (1)
    | | 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 ()
    articles => array (9)
    | 5030148 => array (43)
    | | 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 #ed33
    | | | date => "2023-12-04 12:54:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4436
    | | | date => "2023-12-04 17:30:20.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #3954
    | | | 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 => 2117 | | 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)
    | 5030147 => array (43)
    | | 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 #f7bb
    | | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #71eb
    | | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #6595
    | | | 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.&nbsp;&nbsp;"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)
    | 5030143 => array (43)
    | | 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 #00b2
    | | | date => "2023-12-03 15:19:21.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #d67c
    | | | date => "2023-12-04 08:32:56.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #fcae
    | | | 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 => 1786 | | 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)
    | 5030145 => array (43)
    | | 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 #831e
    | | | date => "2023-12-03 18:21:15.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4196
    | | | date => "2023-12-03 18:30:06.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #d5b4
    | | | 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 => 684 | | 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)
    | 5030144 => array (43)
    | | 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 #50b2
    | | | date => "2023-12-03 17:59:52.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #183f
    | | | date => "2023-12-03 19:36:48.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #a3bd
    | | | 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)
    | 5030142 => array (43)
    | | 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 #a405
    | | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #a5ad
    | | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #cf57
    | | | 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)
    | 5030141 => array (43)
    | | 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 #f75e
    | | | date => "2023-12-03 08:44:54.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #73c8
    | | | date => "2023-12-03 18:22:41.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #7318
    | | | 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)
    | 5030140 => array (43)
    | | 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 #9afe
    | | | date => "2023-12-03 08:09:47.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #8bdb
    | | | date => "2023-12-03 08:27:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #54a2
    | | | 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 => 2311 | | 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)
    | 5030139 => array (43)
    | | 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 #8c2a
    | | | date => "2023-12-03 06:34:14.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4ae0
    | | | date => "2023-12-03 07:58:28.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #9414
    | | | 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)
    zones => Nette\Utils\ArrayHash #3c2b
    | 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 #887c
    | | date => "2023-12-04 13:03:32.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)
    | modify_date => Nette\Utils\DateTime #d4a0
    | | date => "2023-12-04 13:15:12.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)
    | display_date => NULL | publish_date => Nette\Utils\DateTime #90ee
    | | 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&nbsp;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 => 1782 | 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 #4b59
    | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 105 | variables => array () | parameters => ""
    fanshopArticlesCallback => Closure #6d72
    | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 108 | variables => array () | parameters => ""
    thisDayInHistoryCallback => Closure #5360
    | 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 #db7f
    | engine private => Latte\Engine #748d
    | | onCompile => array (1)
    | | | 0 => Closure #98ec
    | | | | 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)
    | | parser private => NULL | | compiler private => NULL | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936
    | | | presenter private => Front\Home\HomepagePresenter #5236 { ... }
    | | 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 #902a { ... } | | | 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 #e4a0
    | | | | 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 #c498
    | | | | 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 #9f09
    | | | | 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 #e39b { ... } | | | tagsections => Nette\Callback #caf7 { ... } | | | tagtopstory => Nette\Callback #f5d1 { ... } | | | zonetop => Nette\Callback #edbc { ... } | | | zonefooterleft => Nette\Callback #53c1 { ... } | | | zonefooterright => Nette\Callback #d986 { ... }
    | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #5236
    | | | articlesLimit protected => 9 | | | newsLimit protected => 8 | | | videoLimit protected => 20 | | | matchFacade => Hokej\MatchFacade #9920 { ... } | | | postFacade => Hokej\PostFacade #0614 { ... } | | | zoneFacade => Hokej\ZoneFacade #5682 { ... } | | | youtubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | webLoader => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | translator => Admin\Translator #8330 | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | settingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | presenterBridge => Hokej\PresenterBridge #d29a { ... } | | | esportsDateHelper => Esports\Helper\Date #8963 { ... } | | | dateHelper => Hokej\Helpers\Date #2d43 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | mobileDetect => Mobile_Detect #bfd5 { ... } | | | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | displayScoreboard protected => TRUE | | | gtmPageZoneId protected => NULL | | | invalidLinkMode => 2 | | | onShutdown => NULL | | | request private => Nette\Application\Request #d945 { ... } | | | response private => Nette\Application\Responses\TextResponse #f7fb { ... } | | | 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 #5c80 | | | signalReceiver private => "" | | | signal private => NULL | | | ajaxMode private => FALSE | | | startupCheck private => TRUE | | | lastCreatedRequest private => Nette\Application\Request #6edc { ... } | | | lastCreatedRequestFlag private => array (1) [ ... ] | | | context private => SystemContainer #810f { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | session private => Nette\Http\Session #0bd9 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | template private => Nette\Bridges\ApplicationLatte\Template #874d { ... } | | | 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 #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | netteHttpResponse => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | basePath => "" | | flashes => array () | | news => Nette\Database\Table\Selection #824f
    | | | context protected => Nette\Database\Context #b14f { ... } | | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | cache protected => Nette\Caching\Cache #5133 { ... } | | | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6c4b { ... } | | | 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 #3c2b
    | | | 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 #887c { ... } | | | modify_date => Nette\Utils\DateTime #d4a0 { ... } | | | display_date => NULL | | | publish_date => Nette\Utils\DateTime #90ee { ... } | | | 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&nbsp;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 => 1782 | | | 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 #4b59
    | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 105 | | | variables => array () | | | parameters => ""
    | | fanshopArticlesCallback => Closure #6d72
    | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 108 | | | variables => array () | | | parameters => ""
    | | thisDayInHistoryCallback => Closure #5360
    | | | 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 #db7f { RECURSION } | | _l => stdClass #692c
    | | | extends => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/@layout.latte" (87)
    | | _g => stdClass #ee9c
    | | | extended => TRUE | | | caches => array ()
  17. /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 #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    control => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    _presenter => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    presenter => Front\Home\HomepagePresenter #5236
    | articlesLimit protected => 9 | newsLimit protected => 8 | videoLimit protected => 20 | matchFacade => Hokej\MatchFacade #9920
    | | matchService protected => Hokej\MatchService #336b
    | | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | matchEnumService protected => Hokej\MatchEnumService #ca6e
    | | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | teamHelper protected => Hokej\TeamHelper #b596 | | roster protected => Hokej\Roster #9dbc
    | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
    | | goalService protected => Hokej\GoalService #10e1
    | | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | penaltyService protected => Hokej\PenaltyService #31d0
    | | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
    | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
    | | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
    | | periodService protected => Hokej\PeriodService #0a98
    | | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
    | | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
    | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
    | | | container private => SystemContainer #810f { ... }
    | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
    | | | container private => SystemContainer #810f { ... }
    | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
    | | | container private => SystemContainer #810f { ... }
    | | matchAdditional protected => Hokej\MatchAdditional #0ff6
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
    | | tvService protected => Hokej\TvService #4a32
    | | | tvRepository protected => Hokej\TvRepository #3184 { ... }
    | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
    | | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService private => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | postFacade => Hokej\PostFacade #0614
    | | postService protected => Hokej\PostService #8b9a
    | | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
    | | photoService protected => Hokej\PhotoService #ef02
    | | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
    | | articleService protected => Hokej\ArticleService #3cef
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | fileService protected => Hokej\FileService #6511
    | | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
    | | galleryService protected => Hokej\GalleryService #6abd
    | | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
    | | userService protected => Hokej\UserService #45b0
    | | | userRepository protected => Hokej\UserRepository #1c94 { ... }
    | | postPageMover protected => Hokej\PostPageMover #3716
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
    | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
    | | | postService protected => Hokej\PostService #8b9a { ... }
    | | postTagManager protected => Hokej\PostTagManager #c7ae
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
    | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | clubService protected => Hokej\ClubService #b1df
    | | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | teamService protected => Hokej\TeamService #2ba7
    | | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
    | | | container private => SystemContainer #810f { ... }
    | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
    | | | container private => SystemContainer #810f { ... }
    | | tagger protected => Hokej\Helpers\Tagger #5327
    | zoneFacade => Hokej\ZoneFacade #5682
    | | zoneService protected => Hokej\ZoneService #2d19
    | | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
    | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
    | youtubeFacade => Hokej\YoutubeFacade #9d9b
    | | youtubeService protected => Hokej\YoutubeService #fe59
    | | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
    | leagueFacade => Hokej\LeagueFacade #2ec1
    | | leagueService protected => Hokej\LeagueService #2eab
    | | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
    | | competitionService protected => Hokej\CompetitionService #e578
    | | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
    | | seasonService protected => Hokej\SeasonService #406d
    | | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
    | | leagueHelper protected => Hokej\Helpers\League #4f64
    | topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
    | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
    | webLoader => WebLoader\Nette\LoaderFactory #0eb2
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | serviceLocator private => SystemContainer #810f
    | | | 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)
    | translator => Admin\Translator #8330 | helperLoader => Esports\Helper\Loader #74f8
    | | helpers protected => array (33)
    | | | 0 => Esports\Helper\String #66a8 | | | 1 => Esports\Helper\Date #8963 { ... } | | | 2 => Esports\Helper\Grid #e840 | | | 3 => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | 4 => Hokej\Helpers\PostHelper #c88f { ... } | | | 5 => Hokej\Helpers\TagHelper #9753 | | | 6 => Hokej\PeriodHelper #22d6 { ... } | | | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | | 8 => Hokej\Helpers\Date #2d43 { ... } | | | 9 => Hokej\Helpers\LogoHelper #0f61 { ... } | | | 10 => Hokej\DirHelper #84d9 { ... } | | | 11 => Hokej\Helpers\Icon #73d0 { ... } | | | 12 => Hokej\Helpers\Zone #ae7a { ... } | | | 13 => Hokej\Helpers\ExportHelper #c129 { ... } | | | 14 => Hokej\Helpers\League #4f64 | | | 15 => Hokej\Helpers\Domain #af0f | | | 16 => Hokej\Helpers\Penalty #5d3a | | | 17 => Hokej\Helpers\XmlHelper #9bbd | | | 18 => Hokej\Helpers\VideoHelper #19e3 { ... } | | | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | 22 => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | 23 => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | 24 => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | 25 => Hokej\Helpers\ScoreHelper #0674 | | | 26 => Hokej\Helpers\Minimalize #b453 { ... } | | | 27 => Hokej\Helpers\Tagger #5327 | | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | | 29 => Hokej\Helpers\Tv #f1d2 { ... } | | | 30 => Hokej\Helpers\Amazon #1299 { ... } | | | 31 => Hokej\Helpers\Number #f53f { ... } | | | 32 => Hokej\Helpers\Country #f1e8
    | mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | settingFacade => Hokej\SettingFacade #743f
    | | settingService protected => Hokej\SettingService #df54
    | | | settingRepository protected => Hokej\SettingRepository #787d { ... }
    | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
    | | | container private => SystemContainer #810f { ... }
    | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
    | | | container private => SystemContainer #810f { ... }
    | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
    | | | container private => SystemContainer #810f { ... }
    | iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | presenterBridge => Hokej\PresenterBridge #d29a
    | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
    | esportsDateHelper => Esports\Helper\Date #8963
    | | format protected => "j.n.Y" (5) | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
    | | | separator protected => " " | | | keepSymbol protected => "."
    | dateHelper => Hokej\Helpers\Date #2d43
    | | translator protected => Admin\Translator #8330 | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | months protected => array (12)
    | | | 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)
    | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
    | | container private => SystemContainer #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | mobileDetect => Mobile_Detect #bfd5
    | | 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)
    | gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
    | | postFacade private => Hokej\PostFacade #0614
    | | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
    | | playerFacade private => Hokej\PlayerFacade #e0ad
    | | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | clubFacade private => Hokej\ClubFacade #360d
    | | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
    | | teamFacade private => Hokej\TeamFacade #e07c
    | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
    | | statsFacade private => Hokej\StatsFacade #82c9
    | | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
    | | competitionFacade private => Hokej\CompetitionFacade #546f
    | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
    | | mobileDetect private => Mobile_Detect #bfd5
    | | | 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)
    | displayScoreboard protected => TRUE | gtmPageZoneId protected => NULL | invalidLinkMode => 2 | onShutdown => NULL | request private => Nette\Application\Request #d945
    | | 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 ()
    | response private => Nette\Application\Responses\TextResponse #f7fb
    | | source private => Nette\Bridges\ApplicationLatte\Template #874d
    | | | latte private => Latte\Engine #748d { ... } | | | file private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/templates/Homepage/default.latte" (96) | | | params private => array (29) [ ... ]
    | 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 #5c80 | signalReceiver private => "" | signal private => NULL | ajaxMode private => FALSE | startupCheck private => TRUE | lastCreatedRequest private => Nette\Application\Request #6edc
    | | method private => "FORWARD" (7) | | flags private => array () | | name private => "Front:Article:Article" (21) | | params private => array (2)
    | | | id => 5029775 | | | action => "default" (7)
    | | post private => array () | | files private => array ()
    | lastCreatedRequestFlag private => array (1)
    | | current => FALSE
    | context private => SystemContainer #810f
    | | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
    | | creating private => array ()
    | httpRequest private => Nette\Http\Request #e933
    | | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
    | | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
    | httpResponse private => Nette\Http\Response #cab1
    | | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
    | session private => Nette\Http\Session #0bd9
    | | regenerated private => NULL | | options private => array (14)
    | | | 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 #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | response private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | handler private => NULL
    | presenterFactory private => Nette\Application\PresenterFactory #ce7f
    | | caseSensitive => FALSE | | mapping private => array (6)
    | | | "*" => 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 #810f
    | | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
    | router private => Nette\Application\Routers\RouteList #2108
    | | cachedRoutes private => array (1)
    | | | "*" => array (4) [ ... ]
    | | module private => "" | | list private => array (4)
    | | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
    | user private => Nette\Security\User #7a70
    | | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
    | | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
    | | authenticator private => Hokej\Authenticator #e85a
    | | | userFacade private => Hokej\UserFacade #2d7c { ... }
    | | authorizator private => Hokej\Authorizator #30ae
    | | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
    | templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
    | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
    | | | container private => SystemContainer #810f { ... }
    | | httpRequest private => Nette\Http\Request #e933
    | | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
    | | httpResponse private => Nette\Http\Response #cab1
    | | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
    | | user private => Nette\Security\User #7a70
    | | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
    | template private => Nette\Bridges\ApplicationLatte\Template #874d
    | | latte private => Latte\Engine #748d
    | | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
    | | | fanshopArticlesCallback => Closure #6d72
    | | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
    | | | thisDayInHistoryCallback => Closure #5360
    | | | | 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)
    | invalidSnippets private => array () | snippetMode => NULL | params protected => array (1)
    | | action => "default" (7)
    | components private => array (5)
    | | css => WebLoader\Nette\CssLoader #9b4c
    | | | media private => NULL | | | title private => NULL | | | type private => "text/css" (8) | | | alternate private => FALSE | | | compiler private => WebLoader\Compiler #40b1 { ... } | | | 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 #5236 { RECURSION } | | | name private => "css" (3) | | | monitors private => array (1) [ ... ]
    | | mainMenu => Front\Widget\MainMenu\Menu #d3c5
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | | menu protected => array (11) [ ... ] | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #67a4 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array (1) [ ... ] | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "mainMenu" (8) | | | monitors private => array (1) [ ... ]
    | | topStory => Front\Widget\TopStory #5ebc
    | | | postFacade protected => Hokej\PostFacade #0614 { ... } | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #0b17 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "topStory" (8) | | | monitors private => array (1) [ ... ]
    | | bestPlayers => Front\Home\BestPlayers #41c2
    | | | playerLinker private => Closure #3684
    | | | | 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 #bd66
    | | | | 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 #a1f2 { ... } | | | playerFilter private => Hokej\PlayerFilter #fb54 | | | leagueFacade private => Hokej\LeagueFacade #2ec1 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | statsPlayersLimit private => 10 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #7275 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "bestPlayers" (11) | | | monitors private => array (1) [ ... ]
    | | timeout => Front\Widget\Timeout #7b89
    | | | postFacade private => Hokej\PostFacade #0614 { ... } | | | categoryFacade private => Hokej\CategoryFacade #a330 { ... } | | | zoneFacade private => Hokej\ZoneFacade #5682 { ... } | | | articlesLimit private => 5 | | | translator protected => Admin\Translator #8330 | | | helperLoader protected => Esports\Helper\Loader #74f8 { ... } | | | templateFactory private => NULL | | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9 { ... } | | | invalidSnippets private => array () | | | snippetMode => NULL | | | params protected => array () | | | components private => array () | | | cloning private => NULL | | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | | name private => "timeout" (7) | | | monitors private => array (1) [ ... ]
    | cloning private => NULL | parent private => NULL | name private => "Front:Home:Homepage" (19) | monitors private => array () | templateFactory private => NULL
    user => Nette\Security\User #7a70
    | guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #9da7
    | | namespace private => "" | | sessionHandler private => Nette\Http\Session #0bd9
    | | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #e933 { ... } | | | response private => Nette\Http\Response #cab1 { ... } | | | handler private => NULL
    | | sessionSection private => NULL
    | authenticator private => Hokej\Authenticator #e85a
    | | userFacade private => Hokej\UserFacade #2d7c
    | | | userService protected => Hokej\UserService #45b0 { ... } | | | resourceService protected => Hokej\ResourceService #cdaa { ... } | | | roleService protected => Hokej\RoleService #1016 { ... }
    | authorizator private => Hokej\Authorizator #30ae
    | | resourceFacade private => Hokej\ResourceFacade #d5fb
    | | | resourceService protected => Hokej\ResourceService #cdaa { ... }
    | | roleFacade private => Hokej\RoleFacade #2700
    | | | roleService protected => Hokej\RoleService #1016 { ... }
    netteHttpResponse => Nette\Http\Response #cab1
    | cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200
    netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) baseUri => "https://dev.nhlcz.s6.esports.cz" (31) basePath => "" flashes => array () news => Nette\Database\Table\Selection #824f
    | context protected => Nette\Database\Context #b14f
    | | connection private => Nette\Database\Connection #3656
    | | | onConnect => NULL | | | onQuery => array (3) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (3) [ ... ] | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #cda3 { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #5496 { ... } | | | pdo private => PDO #262c
    | | structure private => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | | conventions private => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | | structure protected => Nette\Database\Structure #5bd6 { ... }
    | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb | | preprocessor private => Nette\Database\SqlPreprocessor #7952
    | | | connection private => Nette\Database\Connection #3656 { ... } | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #cda3 { ... } | | | params private => array (2) [ ... ] | | | remaining private => array () | | | counter private => 2 | | | arrayMode private => "and" (3) | | | arrayModes private => array (7) [ ... ]
    | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | structure protected => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | cache protected => Nette\Caching\Cache #5133
    | | storage private => Nette\Caching\Storages\DevNullStorage #6bfb | | namespace private => "Nette.Database.92c1d72c6f19fce714cc7e027e504a90\x00" (48) | | key private => NULL | | data private => NULL
    | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6c4b
    | | tableName protected => "post" (4) | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3
    | | | structure protected => Nette\Database\Structure #5bd6 { ... }
    | | 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 #cda3
    | | | externalTables private => array (1) [ ... ] | | | tableRegex private => "[a-z_][a-z0-9_]*" (16) | | | connection private => Nette\Database\Connection #3656 { ... }
    | | structure private => Nette\Database\Structure #5bd6
    | | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
    | | cacheTableList private => NULL
    | name protected => "post" (4) | primary protected => "id" (2) | primarySequence protected => FALSE | rows protected => NULL | data protected => NULL | dataRefreshed protected => FALSE | globalRefCache protected => array (1)
    | | "" => array (1)
    | | | referencingPrototype => array ()
    | refCache protected => array (1)
    | | 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 ()
    articles => array (9)
    | 5030148 => array (43)
    | | 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 #ed33
    | | | date => "2023-12-04 12:54:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4436
    | | | date => "2023-12-04 17:30:20.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #3954
    | | | 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 => 2117 | | 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)
    | 5030147 => array (43)
    | | 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 #f7bb
    | | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #71eb
    | | | date => "2023-12-04 10:34:31.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #6595
    | | | 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.&nbsp;&nbsp;"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)
    | 5030143 => array (43)
    | | 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 #00b2
    | | | date => "2023-12-03 15:19:21.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #d67c
    | | | date => "2023-12-04 08:32:56.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #fcae
    | | | 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 => 1786 | | 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)
    | 5030145 => array (43)
    | | 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 #831e
    | | | date => "2023-12-03 18:21:15.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4196
    | | | date => "2023-12-03 18:30:06.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #d5b4
    | | | 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 => 684 | | 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)
    | 5030144 => array (43)
    | | 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 #50b2
    | | | date => "2023-12-03 17:59:52.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #183f
    | | | date => "2023-12-03 19:36:48.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #a3bd
    | | | 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)
    | 5030142 => array (43)
    | | 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 #a405
    | | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #a5ad
    | | | date => "2023-12-03 10:06:40.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #cf57
    | | | 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)
    | 5030141 => array (43)
    | | 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 #f75e
    | | | date => "2023-12-03 08:44:54.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #73c8
    | | | date => "2023-12-03 18:22:41.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #7318
    | | | 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)
    | 5030140 => array (43)
    | | 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 #9afe
    | | | date => "2023-12-03 08:09:47.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #8bdb
    | | | date => "2023-12-03 08:27:01.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #54a2
    | | | 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 => 2311 | | 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)
    | 5030139 => array (43)
    | | 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 #8c2a
    | | | date => "2023-12-03 06:34:14.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | modify_date => Nette\Utils\DateTime #4ae0
    | | | date => "2023-12-03 07:58:28.000000" (26) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
    | | display_date => NULL | | publish_date => Nette\Utils\DateTime #9414
    | | | 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)
    zones => Nette\Utils\ArrayHash #3c2b
    | 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 #887c
    | | date => "2023-12-04 13:03:32.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)
    | modify_date => Nette\Utils\DateTime #d4a0
    | | date => "2023-12-04 13:15:12.000000" (26) | | timezone_type => 3 | | timezone => "Europe/Prague" (13)
    | display_date => NULL | publish_date => Nette\Utils\DateTime #90ee
    | | 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&nbsp;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 => 1782 | 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 #4b59
    | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 105 | variables => array () | parameters => ""
    fanshopArticlesCallback => Closure #6d72
    | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | line => 108 | variables => array () | parameters => ""
    thisDayInHistoryCallback => Closure #5360
    | 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)
  18. /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: }
  19. /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 #e933
    
    method private => "GET" (3) url private => Nette\Http\UrlScript #73f1
    | 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 => "18.118.141.27" (13) remoteHost private => NULL rawBody private => NULL
    $httpResponse
    Nette\Http\Response #cab1
    
    cookieDomain => "" cookiePath => "/" cookieSecure => FALSE cookieHttpOnly => TRUE warnOnBuffer => TRUE code private => 200
  20. /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 #d945
    
    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 ()
  21. /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" ... " (26756)
$articles
array ()
$dom
DOMDocument #3fe2

Nette Application

Requests

array (1)
0 => Nette\Application\Request #d945
| 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 #5236
articlesLimit protected => 9 newsLimit protected => 8 videoLimit protected => 20 matchFacade => Hokej\MatchFacade #9920
| matchService protected => Hokej\MatchService #336b
| | matchRepository protected => Hokej\MatchRepository #65c1
| | | db protected => Nette\Database\Context #b14f { ... }
| teamService protected => Hokej\TeamService #2ba7
| | teamRepository protected => Hokej\TeamRepository #5dd4
| | | rtOperations private => Esports\Repository\RTOperations #835e { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | db protected => Nette\Database\Context #b14f { ... }
| | teamNameRepository protected => Hokej\TeamNameRepository #0ef7
| | | db protected => Nette\Database\Context #b14f { ... }
| | selectionHelper protected => Hokej\SelectionHelper #bb3b | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553
| | | db protected => Nette\Database\Context #b14f { ... }
| matchEnumService protected => Hokej\MatchEnumService #ca6e
| | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91
| | | db protected => Nette\Database\Context #b14f { ... }
| postService protected => Hokej\PostService #8b9a
| | postRepository protected => Hokej\PostRepository #9c57
| | | rtOperations private => Esports\Repository\RTOperations #75e3 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | db protected => Nette\Database\Context #b14f { ... }
| | tagRepository protected => Hokej\TagRepository #23dd
| | | db protected => Nette\Database\Context #b14f { ... }
| | user protected => Nette\Security\User #7a70
| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
| | hash protected => NULL | | pages protected => NULL
| teamHelper protected => Hokej\TeamHelper #b596 | roster protected => Hokej\Roster #9dbc
| | matchPlayerService protected => Hokej\MatchPlayerService #0a9c
| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
| | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be
| | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... }
| goalService protected => Hokej\GoalService #10e1
| | goalRepository protected => Hokej\GoalRepository #2dd5
| | | db protected => Nette\Database\Context #b14f { ... }
| | eventTransformator protected => Hokej\EventTransformator #00da
| penaltyService protected => Hokej\PenaltyService #31d0
| | penaltyRepository protected => Hokej\PenaltyRepository #d147
| | | db protected => Nette\Database\Context #b14f { ... }
| | eventTransformator protected => Hokej\EventTransformator #00da
| matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08
| | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0
| | | db protected => Nette\Database\Context #b14f { ... }
| | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
| periodService protected => Hokej\PeriodService #0a98
| | periodRepository protected => Hokej\PeriodRepository #8204
| | | db protected => Nette\Database\Context #b14f { ... }
| | periodHelper protected => Hokej\PeriodHelper #22d6
| | | dictionary private => array (6) [ ... ] | | | types private => array (6) [ ... ]
| clubService protected => Hokej\ClubService #b1df
| | clubRepository protected => Hokej\ClubRepository #44d6
| | | rtOperations private => Esports\Repository\RTOperations #aa28 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | db protected => Nette\Database\Context #b14f { ... }
| | clubNameRepository protected => Hokej\ClubNameRepository #930f
| | | db protected => Nette\Database\Context #b14f { ... }
| | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e
| | | db protected => Nette\Database\Context #b14f { ... }
| | selectionHelper protected => Hokej\SelectionHelper #bb3b
| matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1
| | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad
| | | db protected => Nette\Database\Context #b14f { ... }
| leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
| | container private => SystemContainer #810f
| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
| teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
| | container private => SystemContainer #810f
| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
| competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
| | container private => SystemContainer #810f
| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
| matchAdditional protected => Hokej\MatchAdditional #0ff6
| | teamService protected => Hokej\TeamService #2ba7
| | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
| | clubService protected => Hokej\ClubService #b1df
| | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
| | periodHelper protected => Hokej\PeriodHelper #22d6
| | | dictionary private => array (6) [ ... ] | | | types private => array (6) [ ... ]
| tvService protected => Hokej\TvService #4a32
| | tvRepository protected => Hokej\TvRepository #3184
| | | db protected => Nette\Database\Context #b14f { ... }
| matchPlayerService protected => Hokej\MatchPlayerService #0a9c
| | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992
| | | db protected => Nette\Database\Context #b14f { ... }
| competitionService protected => Hokej\CompetitionService #e578
| | competitionRepository protected => Hokej\CompetitionRepository #44cd
| | | rtOperations private => Esports\Repository\RTOperations #d5cf { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | db protected => Nette\Database\Context #b14f { ... }
| seasonService private => Hokej\SeasonService #406d
| | seasonRepository protected => Hokej\SeasonRepository #ee0a
| | | db protected => Nette\Database\Context #b14f { ... }
| | closestPlusMinus private => 1
postFacade => Hokej\PostFacade #0614
| postService protected => Hokej\PostService #8b9a
| | postRepository protected => Hokej\PostRepository #9c57
| | | rtOperations private => Esports\Repository\RTOperations #75e3 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | db protected => Nette\Database\Context #b14f { ... }
| | tagRepository protected => Hokej\TagRepository #23dd
| | | db protected => Nette\Database\Context #b14f { ... }
| | user protected => Nette\Security\User #7a70
| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
| | hash protected => NULL | | pages protected => NULL
| photoService protected => Hokej\PhotoService #ef02
| | photoRepository protected => Hokej\PhotoRepository #e0d4
| | | rtOperations private => Esports\Repository\RTOperations #3b96 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | db protected => Nette\Database\Context #b14f { ... }
| articleService protected => Hokej\ArticleService #3cef
| | postService protected => Hokej\PostService #8b9a
| | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
| fileService protected => Hokej\FileService #6511
| | fileRepository protected => Hokej\FileRepository #b1c4
| | | db protected => Nette\Database\Context #b14f { ... }
| galleryService protected => Hokej\GalleryService #6abd
| | galleryRepository protected => Hokej\GalleryRepository #053d
| | | db protected => Nette\Database\Context #b14f { ... }
| userService protected => Hokej\UserService #45b0
| | userRepository protected => Hokej\UserRepository #1c94
| | | rtOperations private => Esports\Repository\RTOperations #29d6 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | db protected => Nette\Database\Context #b14f { ... }
| postPageMover protected => Hokej\PostPageMover #3716
| | postService protected => Hokej\PostService #8b9a
| | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
| | db protected => Nette\Database\Context #b14f
| | | connection private => Nette\Database\Connection #3656 { ... } | | | structure private => Nette\Database\Structure #5bd6 { ... } | | | conventions private => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb | | | preprocessor private => Nette\Database\SqlPreprocessor #7952 { ... }
| postTreeRenderer protected => Hokej\PostTreeRenderer #6213
| | postService protected => Hokej\PostService #8b9a
| | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
| postTagManager protected => Hokej\PostTagManager #c7ae
| | postService protected => Hokej\PostService #8b9a
| | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
| | tagService protected => Hokej\TagService #d545
| | | tagRepository protected => Hokej\TagRepository #23dd { ... }
| postAuthorManager protected => Hokej\PostAuthorManager #1ce5
| | postService protected => Hokej\PostService #8b9a
| | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
| | userService protected => Hokej\UserService #45b0
| | | userRepository protected => Hokej\UserRepository #1c94 { ... }
| leagueService protected => Hokej\LeagueService #2eab
| | leagueRepository protected => Hokej\LeagueRepository #2b40
| | | rtOperations private => Esports\Repository\RTOperations #dd9f { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | db protected => Nette\Database\Context #b14f { ... }
| | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f
| | | db protected => Nette\Database\Context #b14f { ... }
| | selectionHelper protected => Hokej\SelectionHelper #bb3b
| clubService protected => Hokej\ClubService #b1df
| | clubRepository protected => Hokej\ClubRepository #44d6
| | | rtOperations private => Esports\Repository\RTOperations #aa28 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | db protected => Nette\Database\Context #b14f { ... }
| | clubNameRepository protected => Hokej\ClubNameRepository #930f
| | | db protected => Nette\Database\Context #b14f { ... }
| | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e
| | | db protected => Nette\Database\Context #b14f { ... }
| | selectionHelper protected => Hokej\SelectionHelper #bb3b
| teamService protected => Hokej\TeamService #2ba7
| | teamRepository protected => Hokej\TeamRepository #5dd4
| | | rtOperations private => Esports\Repository\RTOperations #835e { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | db protected => Nette\Database\Context #b14f { ... }
| | teamNameRepository protected => Hokej\TeamNameRepository #0ef7
| | | db protected => Nette\Database\Context #b14f { ... }
| | selectionHelper protected => Hokej\SelectionHelper #bb3b | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553
| | | db protected => Nette\Database\Context #b14f { ... }
| cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
| | container private => SystemContainer #810f
| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
| invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
| | container private => SystemContainer #810f
| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
| tagger protected => Hokej\Helpers\Tagger #5327
zoneFacade => Hokej\ZoneFacade #5682
| zoneService protected => Hokej\ZoneService #2d19
| | zoneRepository protected => Hokej\ZoneRepository #0669
| | | rtOperations private => Esports\Repository\RTOperations #1544 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | db protected => Nette\Database\Context #b14f { ... }
| cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
youtubeFacade => Hokej\YoutubeFacade #9d9b
| youtubeService protected => Hokej\YoutubeService #fe59
| | youtubeRepository protected => Hokej\YoutubeRepository #4bf6
| | | db protected => Nette\Database\Context #b14f { ... }
leagueFacade => Hokej\LeagueFacade #2ec1
| leagueService protected => Hokej\LeagueService #2eab
| | leagueRepository protected => Hokej\LeagueRepository #2b40
| | | rtOperations private => Esports\Repository\RTOperations #dd9f { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | db protected => Nette\Database\Context #b14f { ... }
| | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f
| | | db protected => Nette\Database\Context #b14f { ... }
| | selectionHelper protected => Hokej\SelectionHelper #bb3b
| competitionService protected => Hokej\CompetitionService #e578
| | competitionRepository protected => Hokej\CompetitionRepository #44cd
| | | rtOperations private => Esports\Repository\RTOperations #d5cf { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | db protected => Nette\Database\Context #b14f { ... }
| seasonService protected => Hokej\SeasonService #406d
| | seasonRepository protected => Hokej\SeasonRepository #ee0a
| | | db protected => Nette\Database\Context #b14f { ... }
| | closestPlusMinus private => 1
| leagueHelper protected => Hokej\Helpers\League #4f64
topStoryFactory => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
| container private => SystemContainer #810f
| | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { RECURSION } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
| | creating private => array ()
statsBarFactory => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
| container private => SystemContainer #810f
| | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { RECURSION } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
| | creating private => array ()
matchScheduleFactory => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
| container private => SystemContainer #810f
| | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { RECURSION } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
| | creating private => array ()
timeoutFactory => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
| container private => SystemContainer #810f
| | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { RECURSION } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
| | creating private => array ()
tvMatchFactory => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
| container private => SystemContainer #810f
| | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { RECURSION } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
| | creating private => array ()
emptyViewFactory => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
| container private => SystemContainer #810f
| | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { RECURSION } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
| | creating private => array ()
bestPlayersFactory => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
| container private => SystemContainer #810f
| | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { RECURSION } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
| | creating private => array ()
fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
| feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
webLoader => WebLoader\Nette\LoaderFactory #0eb2
| httpRequest private => Nette\Http\Request #e933
| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
| | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
| serviceLocator private => SystemContainer #810f
| | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { RECURSION } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
| | creating private => array ()
| tempPaths private => array (2)
| | front => "webtemp" (7) | | admin => "adminwww/webtemp" (16)
translator => Admin\Translator #8330 helperLoader => Esports\Helper\Loader #74f8
| helpers protected => array (33)
| | 0 => Esports\Helper\String #66a8 | | 1 => Esports\Helper\Date #8963
| | | format protected => "j.n.Y" (5) | | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65 { ... }
| | 2 => Esports\Helper\Grid #e840 | | 3 => Hokej\Helpers\PlayerHelper #1de6
| | | playerBaseUrl => "/static/images" (14)
| | 4 => Hokej\Helpers\PostHelper #c88f
| | | playerFacade protected => Hokej\PlayerFacade #e0ad { ... } | | | mediaFacade protected => Hokej\MediaFacade #4895 { ... } | | | fileFacade protected => Hokej\FileFacade #52a6 { ... } | | | presenterBridge protected => Hokej\PresenterBridge #d29a { ... }
| | 5 => Hokej\Helpers\TagHelper #9753 | | 6 => Hokej\PeriodHelper #22d6
| | | dictionary private => array (6) [ ... ] | | | types private => array (6) [ ... ]
| | 7 => Hokej\Helpers\MatchEndHelper #2fb6 | | 8 => Hokej\Helpers\Date #2d43
| | | translator protected => Admin\Translator #8330 | | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | | 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 #0f61
| | | logoBaseUrl protected => "/files/logos" (12)
| | 10 => Hokej\DirHelper #84d9
| | | basePath private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www/files/images" (72)
| | 11 => Hokej\Helpers\Icon #73d0
| | | countryHelper protected => Hokej\Helpers\Country #f1e8 | | | leagueTable protected => array (3) [ ... ]
| | 12 => Hokej\Helpers\Zone #ae7a
| | | mobileDetect protected => Mobile_Detect #bfd5 { ... } | | | isMobile protected => FALSE
| | 13 => Hokej\Helpers\ExportHelper #c129
| | | xsdPath private => "http://www.hokej.cz/static/xsd" (30)
| | 14 => Hokej\Helpers\League #4f64 | | 15 => Hokej\Helpers\Domain #af0f | | 16 => Hokej\Helpers\Penalty #5d3a | | 17 => Hokej\Helpers\XmlHelper #9bbd | | 18 => Hokej\Helpers\VideoHelper #19e3
| | | 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 #e933 { ... }
| | 19 => Hokej\Helpers\CompetitionCategoryHelper #9983 | | 20 => Hokej\Helpers\MatchHelper #2fe9 | | 21 => Hokej\Helpers\CompetitionPhaseHelper #0d24
| | | phaseHash => array (3) [ ... ]
| | 22 => Hokej\Helpers\PostPlaceholder #0aa3
| | | articlePlaceholderImage protected => "/files/images/placeholder.jpg" (29)
| | 23 => Hokej\Helpers\PlayerPlaceholder #b18c
| | | playerPlaceholderImage protected => "/placeholder.png" (16)
| | 24 => Hokej\Helpers\LogoPlaceholder #7ded
| | | logoPlaceholderImage protected => "/placeholder.png" (16)
| | 25 => Hokej\Helpers\ScoreHelper #0674 | | 26 => Hokej\Helpers\Minimalize #b453
| | | scriptUrl protected => "http://www.hokej.cz/min.php" (27) | | | enabled protected => TRUE
| | 27 => Hokej\Helpers\Tagger #5327 | | 28 => Hokej\Helpers\HokejovyZapis #7bb5 | | 29 => Hokej\Helpers\Tv #f1d2
| | | imagePath protected => "/static" (7)
| | 30 => Hokej\Helpers\Amazon #1299
| | | logoUrl protected => "https://hokej.cz.s3.amazonaws.com/logos" (39) | | | seasonFacade protected => Hokej\SeasonFacade #a751 { ... } | | | logoHelper protected => Hokej\Helpers\LogoHelper #0f61 { ... } | | | logoPlaceholderHelper protected => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | minimalizeHelper protected => Hokej\Helpers\Minimalize #b453 { ... } | | | currentYear protected => NULL
| | 31 => Hokej\Helpers\Number #f53f
| | | decimals protected => 2 | | | decPoint protected => "." | | | thousandSep protected => " "
| | 32 => Hokej\Helpers\Country #f1e8
mainMenuFactory => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
| container private => SystemContainer #810f
| | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { RECURSION } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
| | creating private => array ()
playerMedallionFactory => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
| container private => SystemContainer #810f
| | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { RECURSION } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
| | creating private => array ()
socialFactory => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
| container private => SystemContainer #810f
| | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { RECURSION } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
| | creating private => array ()
settingFacade => Hokej\SettingFacade #743f
| settingService protected => Hokej\SettingService #df54
| | settingRepository protected => Hokej\SettingRepository #787d
| | | db protected => Nette\Database\Context #b14f { ... }
| footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
| | container private => SystemContainer #810f
| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
| commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
| | container private => SystemContainer #810f
| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
| scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
| | container private => SystemContainer #810f
| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
iSportArticlesFactory => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
| container private => SystemContainer #810f
| | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { RECURSION } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
| | creating private => array ()
presenterBridge => Hokej\PresenterBridge #d29a
| presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
esportsDateHelper => Esports\Helper\Date #8963
| format protected => "j.n.Y" (5) | formatManipulator protected => Esports\Helper\FormatManipulator #6e65
| | separator protected => " " | | keepSymbol protected => "."
dateHelper => Hokej\Helpers\Date #2d43
| translator protected => Admin\Translator #8330 | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | months protected => array (12)
| | 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)
cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb playerSearchFactory => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
| container private => SystemContainer #810f
| | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { ... } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { RECURSION } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
| | creating private => array ()
mobileDetect => Mobile_Detect #bfd5
| 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)
gtmPageDef => Hokej\Helpers\GtmPageDef #bb89
| postFacade private => Hokej\PostFacade #0614
| | postService protected => Hokej\PostService #8b9a
| | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
| | photoService protected => Hokej\PhotoService #ef02
| | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
| | articleService protected => Hokej\ArticleService #3cef
| | | postService protected => Hokej\PostService #8b9a { ... }
| | fileService protected => Hokej\FileService #6511
| | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
| | galleryService protected => Hokej\GalleryService #6abd
| | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
| | userService protected => Hokej\UserService #45b0
| | | userRepository protected => Hokej\UserRepository #1c94 { ... }
| | postPageMover protected => Hokej\PostPageMover #3716
| | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
| | postTreeRenderer protected => Hokej\PostTreeRenderer #6213
| | | postService protected => Hokej\PostService #8b9a { ... }
| | postTagManager protected => Hokej\PostTagManager #c7ae
| | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
| | postAuthorManager protected => Hokej\PostAuthorManager #1ce5
| | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
| | leagueService protected => Hokej\LeagueService #2eab
| | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
| | clubService protected => Hokej\ClubService #b1df
| | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
| | teamService protected => Hokej\TeamService #2ba7
| | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
| | | container private => SystemContainer #810f { ... }
| | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
| | | container private => SystemContainer #810f { ... }
| | tagger protected => Hokej\Helpers\Tagger #5327
| playerFacade private => Hokej\PlayerFacade #e0ad
| | playerService protected => Hokej\PlayerService #04da
| | | playerRepository protected => Hokej\PlayerRepository #3238 { ... } | | | teamPlayerRepository protected => NULL
| | playerPicker protected => Hokej\PlayerPicker #4480
| | | playerService protected => Hokej\PlayerService #04da { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... }
| | teamPlayerService protected => Hokej\TeamPlayerService #ebd8
| | | teamPlayerRepository protected => Hokej\TeamPlayerRepository #538a { ... }
| | competitionService protected => Hokej\CompetitionService #e578
| | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
| | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be
| | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... }
| | seasonService protected => Hokej\SeasonService #406d
| | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
| | teamService protected => Hokej\TeamService #2ba7
| | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
| clubFacade private => Hokej\ClubFacade #360d
| | clubService protected => Hokej\ClubService #b1df
| | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
| | settingService protected => Hokej\SettingService #df54
| | | settingRepository protected => Hokej\SettingRepository #787d { ... }
| | colorService protected => Hokej\ColorService #f65a
| | | colorRepository protected => Hokej\ColorRepository #dfad { ... }
| | teamService protected => Hokej\TeamService #2ba7
| | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
| teamFacade private => Hokej\TeamFacade #e07c
| | teamService protected => Hokej\TeamService #2ba7
| | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
| | clubService protected => Hokej\ClubService #b1df
| | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
| | competitionService protected => Hokej\CompetitionService #e578
| | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
| | competitionFilterService protected => Hokej\CompetitionFilterService #f271
| | | competitionService protected => Hokej\CompetitionService #e578 { ... }
| | seasonService protected => Hokej\SeasonService #406d
| | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
| | teamPlayerService protected => Hokej\TeamPlayerService #ebd8
| | | teamPlayerRepository protected => Hokej\TeamPlayerRepository #538a { ... }
| | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
| statsFacade private => Hokej\StatsFacade #82c9
| | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63
| | | container private => SystemContainer #810f { ... }
| | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae
| | | container private => SystemContainer #810f { ... }
| | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1
| | | container private => SystemContainer #810f { ... }
| | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2
| | | container private => SystemContainer #810f { ... }
| | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219
| | | container private => SystemContainer #810f { ... }
| | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662
| | | container private => SystemContainer #810f { ... }
| | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de
| | | container private => SystemContainer #810f { ... }
| competitionFacade private => Hokej\CompetitionFacade #546f
| | competitionService protected => Hokej\CompetitionService #e578
| | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
| | competitionFilterService protected => Hokej\CompetitionFilterService #f271
| | | competitionService protected => Hokej\CompetitionService #e578 { ... }
| | teamService protected => Hokej\TeamService #2ba7
| | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
| | matchService protected => Hokej\MatchService #336b
| | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
| mobileDetect private => Mobile_Detect #bfd5
| | 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)
displayScoreboard protected => TRUE gtmPageZoneId protected => NULL invalidLinkMode => 2 onShutdown => NULL request private => Nette\Application\Request #d945
| 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 ()
response private => Nette\Application\Responses\TextResponse #f7fb
| source private => Nette\Bridges\ApplicationLatte\Template #874d
| | latte private => Latte\Engine #748d
| | | onCompile => array (1) [ ... ] | | | parser private => NULL | | | compiler private => NULL | | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936 { ... } | | | 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 #5236 { RECURSION } | | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | | user => Nette\Security\User #7a70 { ... } | | | netteHttpResponse => Nette\Http\Response #cab1 { ... } | | | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | | basePath => "" | | | flashes => array () | | | news => Nette\Database\Table\Selection #824f { ... } | | | articles => array (9) [ ... ] | | | zones => Nette\Utils\ArrayHash #3c2b { ... } | | | topStoryArticle => array (43) [ ... ] | | | gtm => "var gtmPageDef = { "serverName": "nhl.cz", "app": "main", "deviceType": "desktop", "page": { "title": "", "url": "http ... " (394) | | | topArticlesCallback => Closure #4b59
| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 105 | | | | variables => array () | | | | parameters => ""
| | | fanshopArticlesCallback => Closure #6d72
| | | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | | line => 108 | | | | variables => array () | | | | parameters => ""
| | | thisDayInHistoryCallback => Closure #5360
| | | | 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)
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 #5c80 signalReceiver private => "" signal private => NULL ajaxMode private => FALSE startupCheck private => TRUE lastCreatedRequest private => Nette\Application\Request #6edc
| method private => "FORWARD" (7) | flags private => array () | name private => "Front:Article:Article" (21) | params private => array (2)
| | id => 5029775 | | action => "default" (7)
| post private => array () | files private => array ()
lastCreatedRequestFlag private => array (1)
| current => FALSE
context private => SystemContainer #810f
| meta protected => array (1)
| | types => array (615)
| | | "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) [ ... ]
| 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)
| | | 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) [ ... ]
| registry private => array (206)
| | "nette.httpRequestFactory" => Nette\Http\RequestFactory #14d2
| | | urlFilters => array (2) [ ... ] | | | binary private => FALSE | | | proxies private => array ()
| | httpRequest => Nette\Http\Request #e933
| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #73f1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array () | | | headers private => array (4) [ ... ] | | | remoteAddress private => "18.118.141.27" (13) | | | remoteHost private => NULL | | | rawBody private => NULL
| | httpResponse => Nette\Http\Response #cab1
| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
| | session => Nette\Http\Session #0bd9
| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #e933 { ... } | | | response private => Nette\Http\Response #cab1 { ... } | | | handler private => NULL
| | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f
| | | 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 #810f { RECURSION }
| | "nette.database.default" => Nette\Database\Connection #3656
| | | onConnect => NULL | | | onQuery => array (3) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (3) [ ... ] | | | driver private => Nette\Database\Drivers\ExternalMySqlDriver #cda3 { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #5496 { ... } | | | pdo private => PDO #262c
| | "nette.database.default.structure" => Nette\Database\Structure #5bd6
| | | connection protected => Nette\Database\Connection #3656 { ... } | | | cache protected => Nette\Caching\Cache #3c2f { ... } | | | structure protected => array (5) [ ... ] | | | isRebuilt protected => FALSE
| | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3
| | | structure protected => Nette\Database\Structure #5bd6 { ... }
| | "nette.database.default.context" => Nette\Database\Context #b14f
| | | connection private => Nette\Database\Connection #3656 { ... } | | | structure private => Nette\Database\Structure #5bd6 { ... } | | | conventions private => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb | | | preprocessor private => Nette\Database\SqlPreprocessor #7952 { ... }
| | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | db => Nette\Database\Context #de23
| | | connection private => Nette\Database\Connection #3656 { ... } | | | structure private => Nette\Database\Structure #5bd6 { ... } | | | conventions private => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb | | | preprocessor private => NULL
| | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2
| | | db => Nette\Database\Context #de23 { ... } | | | cache protected => Nette\Caching\Cache #7851 { ... } | | | configuration protected => array () | | | loadedConfiguration protected => array () | | | minFKeys protected => 2
| | postRepositiory => Hokej\PostRepository #9c57
| | | rtOperations private => Esports\Repository\RTOperations #75e3 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | db protected => Nette\Database\Context #b14f { ... }
| | 327_Hokej_TagRepository => Hokej\TagRepository #23dd
| | | db protected => Nette\Database\Context #b14f { ... }
| | "nette.userStorage" => Nette\Http\UserStorage #9da7
| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
| | userRepositiory => Hokej\UserRepository #1c94
| | | rtOperations private => Esports\Repository\RTOperations #29d6 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | db protected => Nette\Database\Context #b14f { ... }
| | 350_Hokej_UserService => Hokej\UserService #45b0
| | | userRepository protected => Hokej\UserRepository #1c94 { ... }
| | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1
| | | db protected => Nette\Database\Context #b14f { ... }
| | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa
| | | resourceRepository protected => Hokej\ResourceRepository #b4d1 { ... }
| | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531
| | | db protected => Nette\Database\Context #b14f { ... }
| | 302_Hokej_RoleService => Hokej\RoleService #1016
| | | roleRepository protected => Hokej\RoleRepository #a531 { ... }
| | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c
| | | userService protected => Hokej\UserService #45b0 { ... } | | | resourceService protected => Hokej\ResourceService #cdaa { ... } | | | roleService protected => Hokej\RoleService #1016 { ... }
| | 103_Hokej_Authenticator => Hokej\Authenticator #e85a
| | | userFacade private => Hokej\UserFacade #2d7c { ... }
| | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb
| | | resourceService protected => Hokej\ResourceService #cdaa { ... }
| | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700
| | | roleService protected => Hokej\RoleService #1016 { ... }
| | 104_Hokej_Authorizator => Hokej\Authorizator #30ae
| | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
| | user => Nette\Security\User #7a70
| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
| | 285_Hokej_PostService => Hokej\PostService #8b9a
| | | postRepository protected => Hokej\PostRepository #9c57 { ... } | | | tagRepository protected => Hokej\TagRepository #23dd { ... } | | | user protected => Nette\Security\User #7a70 { ... } | | | hash protected => NULL | | | pages protected => NULL
| | photoRepository => Hokej\PhotoRepository #e0d4
| | | rtOperations private => Esports\Repository\RTOperations #3b96 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | db protected => Nette\Database\Context #b14f { ... }
| | photoService => Hokej\PhotoService #ef02
| | | photoRepository protected => Hokej\PhotoRepository #e0d4 { ... }
| | 102_Hokej_ArticleService => Hokej\ArticleService #3cef
| | | postService protected => Hokej\PostService #8b9a { ... }
| | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4
| | | db protected => Nette\Database\Context #b14f { ... }
| | 170_Hokej_FileService => Hokej\FileService #6511
| | | fileRepository protected => Hokej\FileRepository #b1c4 { ... }
| | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d
| | | db protected => Nette\Database\Context #b14f { ... }
| | 175_Hokej_GalleryService => Hokej\GalleryService #6abd
| | | galleryRepository protected => Hokej\GalleryRepository #053d { ... }
| | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716
| | | postService protected => Hokej\PostService #8b9a { ... } | | | db protected => Nette\Database\Context #b14f { ... }
| | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213
| | | postService protected => Hokej\PostService #8b9a { ... }
| | 328_Hokej_TagService => Hokej\TagService #d545
| | | tagRepository protected => Hokej\TagRepository #23dd { ... }
| | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae
| | | postService protected => Hokej\PostService #8b9a { ... } | | | tagService protected => Hokej\TagService #d545 { ... }
| | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5
| | | postService protected => Hokej\PostService #8b9a { ... } | | | userService protected => Hokej\UserService #45b0 { ... }
| | leagueRepository => Hokej\LeagueRepository #2b40
| | | rtOperations private => Esports\Repository\RTOperations #dd9f { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | db protected => Nette\Database\Context #b14f { ... }
| | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f
| | | db protected => Nette\Database\Context #b14f { ... }
| | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab
| | | leagueRepository protected => Hokej\LeagueRepository #2b40 { ... } | | | leagueLogoRepository protected => Hokej\LeagueLogoRepository #f93f { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
| | clubRepository => Hokej\ClubRepository #44d6
| | | rtOperations private => Esports\Repository\RTOperations #aa28 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | db protected => Nette\Database\Context #b14f { ... }
| | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f
| | | db protected => Nette\Database\Context #b14f { ... }
| | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e
| | | db protected => Nette\Database\Context #b14f { ... }
| | 123_Hokej_ClubService => Hokej\ClubService #b1df
| | | clubRepository protected => Hokej\ClubRepository #44d6 { ... } | | | clubNameRepository protected => Hokej\ClubNameRepository #930f { ... } | | | clubLogoRepository protected => Hokej\ClubLogoRepository #a39e { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b
| | teamRepository => Hokej\TeamRepository #5dd4
| | | rtOperations private => Esports\Repository\RTOperations #835e { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | db protected => Nette\Database\Context #b14f { ... }
| | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7
| | | db protected => Nette\Database\Context #b14f { ... }
| | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553
| | | db protected => Nette\Database\Context #b14f { ... }
| | 337_Hokej_TeamService => Hokej\TeamService #2ba7
| | | teamRepository protected => Hokej\TeamRepository #5dd4 { ... } | | | teamNameRepository protected => Hokej\TeamNameRepository #0ef7 { ... } | | | selectionHelper protected => Hokej\SelectionHelper #bb3b | | | teamInCompetitionRepository protected => Hokej\TeamInCompetitionRepository #a553 { ... }
| | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9
| | | container private => SystemContainer #810f { RECURSION }
| | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110
| | | container private => SystemContainer #810f { RECURSION }
| | taggerHelper => Hokej\Helpers\Tagger #5327 | | 283_Hokej_PostFacade => Hokej\PostFacade #0614
| | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
| | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b
| | | postFacade protected => Hokej\PostFacade #0614 { ... }
| | router => Nette\Application\Routers\RouteList #2108
| | | cachedRoutes private => array (1) [ ... ] | | | module private => "" | | | list private => array (4) [ ... ]
| | application => Nette\Application\Application #cab6
| | | 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 #5236 { RECURSION } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #ce7f { ... } | | | router private => Nette\Application\Routers\RouteList #2108 { ... }
| | container => SystemContainer #810f { RECURSION } | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
| | | container private => SystemContainer #810f { RECURSION }
| | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
| | | latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | httpRequest private => Nette\Http\Request #e933 { ... } | | | httpResponse private => Nette\Http\Response #cab1 { ... } | | | user private => Nette\Security\User #7a70 { ... } | | | cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
| | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1
| | | db protected => Nette\Database\Context #b14f { ... }
| | 249_Hokej_MatchService => Hokej\MatchService #336b
| | | matchRepository protected => Hokej\MatchRepository #65c1 { ... }
| | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91
| | | db protected => Nette\Database\Context #b14f { ... }
| | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e
| | | matchEnumRepository protected => Hokej\MatchEnumRepository #dd91 { ... }
| | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992
| | | db protected => Nette\Database\Context #b14f { ... }
| | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c
| | | matchPlayerRepository protected => Hokej\MatchPlayerRepository #a992 { ... }
| | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a
| | | db protected => Nette\Database\Context #b14f { ... }
| | 308_Hokej_SeasonService => Hokej\SeasonService #406d
| | | seasonRepository protected => Hokej\SeasonRepository #ee0a { ... } | | | closestPlusMinus private => 1
| | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a
| | | db protected => Nette\Database\Context #b14f { ... }
| | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8
| | | teamPlayerRepository protected => Hokej\TeamPlayerRepository #538a { ... }
| | competitionRepositiory => Hokej\CompetitionRepository #44cd
| | | rtOperations private => Esports\Repository\RTOperations #d5cf { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | db protected => Nette\Database\Context #b14f { ... }
| | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578
| | | competitionRepository protected => Hokej\CompetitionRepository #44cd { ... }
| | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be
| | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... }
| | 303_Hokej_Roster => Hokej\Roster #9dbc
| | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... }
| | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5
| | | db protected => Nette\Database\Context #b14f { ... }
| | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | 180_Hokej_GoalService => Hokej\GoalService #10e1
| | | goalRepository protected => Hokej\GoalRepository #2dd5 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
| | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147
| | | db protected => Nette\Database\Context #b14f { ... }
| | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0
| | | penaltyRepository protected => Hokej\PenaltyRepository #d147 { ... } | | | eventTransformator protected => Hokej\EventTransformator #00da
| | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0
| | | db protected => Nette\Database\Context #b14f { ... }
| | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08
| | | matchGoalkeeperRepository protected => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | timeOnIceHelper protected => Hokej\TimeOnIceHelper #7253
| | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204
| | | db protected => Nette\Database\Context #b14f { ... }
| | periodHelper => Hokej\PeriodHelper #22d6
| | | dictionary private => array (6) [ ... ] | | | types private => array (6) [ ... ]
| | 267_Hokej_PeriodService => Hokej\PeriodService #0a98
| | | periodRepository protected => Hokej\PeriodRepository #8204 { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
| | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad
| | | db protected => Nette\Database\Context #b14f { ... }
| | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1
| | | matchPeriodGoalkeeperRepository protected => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... }
| | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4
| | | container private => SystemContainer #810f { RECURSION }
| | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de
| | | container private => SystemContainer #810f { RECURSION }
| | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8
| | | container private => SystemContainer #810f { RECURSION }
| | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6
| | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | periodHelper protected => Hokej\PeriodHelper #22d6 { ... }
| | 347_Hokej_TvRepository => Hokej\TvRepository #3184
| | | db protected => Nette\Database\Context #b14f { ... }
| | 348_Hokej_TvService => Hokej\TvService #4a32
| | | tvRepository protected => Hokej\TvRepository #3184 { ... }
| | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920
| | | matchService protected => Hokej\MatchService #336b { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchEnumService protected => Hokej\MatchEnumService #ca6e { ... } | | | postService protected => Hokej\PostService #8b9a { ... } | | | teamHelper protected => Hokej\TeamHelper #b596 | | | roster protected => Hokej\Roster #9dbc { ... } | | | goalService protected => Hokej\GoalService #10e1 { ... } | | | penaltyService protected => Hokej\PenaltyService #31d0 { ... } | | | matchGoalkeeperService protected => Hokej\MatchGoalkeeperService #3c08 { ... } | | | periodService protected => Hokej\PeriodService #0a98 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | matchPeriodGoalkeeperService protected => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory protected => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory protected => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory protected => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | matchAdditional protected => Hokej\MatchAdditional #0ff6 { ... } | | | tvService protected => Hokej\TvService #4a32 { ... } | | | matchPlayerService protected => Hokej\MatchPlayerService #0a9c { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | seasonService private => Hokej\SeasonService #406d { ... }
| | zoneRepository => Hokej\ZoneRepository #0669
| | | rtOperations private => Esports\Repository\RTOperations #1544 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | db protected => Nette\Database\Context #b14f { ... }
| | 359_Hokej_ZoneService => Hokej\ZoneService #2d19
| | | zoneRepository protected => Hokej\ZoneRepository #0669 { ... }
| | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682
| | | zoneService protected => Hokej\ZoneService #2d19 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
| | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6
| | | db protected => Nette\Database\Context #b14f { ... }
| | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59
| | | youtubeRepository protected => Hokej\YoutubeRepository #4bf6 { ... }
| | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b
| | | youtubeService protected => Hokej\YoutubeService #fe59 { ... }
| | leagueHelper => Hokej\Helpers\League #4f64 | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1
| | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | leagueHelper protected => Hokej\Helpers\League #4f64
| | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71
| | | container private => SystemContainer #810f { RECURSION }
| | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a
| | | container private => SystemContainer #810f { RECURSION }
| | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92
| | | container private => SystemContainer #810f { RECURSION }
| | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538
| | | container private => SystemContainer #810f { RECURSION }
| | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b
| | | container private => SystemContainer #810f { RECURSION }
| | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84
| | | container private => SystemContainer #810f { RECURSION }
| | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c
| | | container private => SystemContainer #810f { RECURSION }
| | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4
| | | feedUrl private => "https://fanshop.hokej.cz/xml_hpofficialwebcz.xml" (48)
| | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2
| | | httpRequest private => Nette\Http\Request #e933 { ... } | | | serviceLocator private => SystemContainer #810f { RECURSION } | | | tempPaths private => array (2) [ ... ]
| | 41_Admin_Translator => Admin\Translator #8330 | | stringHelper => Esports\Helper\String #66a8 | | dateHelper => Esports\Helper\Date #8963
| | | format protected => "j.n.Y" (5) | | | formatManipulator protected => Esports\Helper\FormatManipulator #6e65 { ... }
| | gridHelper => Esports\Helper\Grid #e840 | | playerHelper => Hokej\Helpers\PlayerHelper #1de6
| | | playerBaseUrl => "/static/images" (14)
| | playerRepository => Hokej\PlayerRepository #3238
| | | rtOperations private => Esports\Repository\RTOperations #5cda { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | db protected => Nette\Database\Context #b14f { ... }
| | 277_Hokej_PlayerService => Hokej\PlayerService #04da
| | | playerRepository protected => Hokej\PlayerRepository #3238 { ... } | | | teamPlayerRepository protected => NULL
| | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480
| | | playerService protected => Hokej\PlayerService #04da { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... }
| | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad
| | | playerService protected => Hokej\PlayerService #04da { ... } | | | playerPicker protected => Hokej\PlayerPicker #4480 { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | playerInTeamFactory protected => Hokej\PlayerInTeamFactory #88be { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
| | folderRepository => Hokej\FolderRepository #d2f4
| | | rtOperations private => Esports\Repository\RTOperations #8a50 { ... } | | | rtFactory private => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | db protected => Nette\Database\Context #b14f { ... }
| | folderService => Hokej\FolderService #5419
| | | folderRepository protected => Hokej\FolderRepository #d2f4 { ... }
| | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d
| | | folderService protected => Hokej\FolderService #5419 { ... }
| | dirHelper => Hokej\DirHelper #84d9
| | | basePath private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/../www/files/images" (72)
| | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1
| | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | folderService protected => Hokej\FolderService #5419 { ... } | | | tagService protected => Hokej\TagService #d545 { ... } | | | tagType private => NULL
| | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895
| | | folderService protected => Hokej\FolderService #5419 { ... } | | | folderPicker protected => Hokej\FolderPicker #3f1d { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | mediaTagManager protected => Hokej\MediaTagManager #cfe1 { ... } | | | dirHelper protected => Hokej\DirHelper #84d9 { ... }
| | 168_Hokej_FileFacade => Hokej\FileFacade #52a6
| | | fileService protected => Hokej\FileService #6511 { ... }
| | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a
| | | presenter private => Front\Home\HomepagePresenter #5236 { RECURSION }
| | postHelper => Hokej\Helpers\PostHelper #c88f
| | | playerFacade protected => Hokej\PlayerFacade #e0ad { ... } | | | mediaFacade protected => Hokej\MediaFacade #4895 { ... } | | | fileFacade protected => Hokej\FileFacade #52a6 { ... } | | | presenterBridge protected => Hokej\PresenterBridge #d29a { ... }
| | tagHelper => Hokej\Helpers\TagHelper #9753 | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | dateFrontHelper => Hokej\Helpers\Date #2d43
| | | translator protected => Admin\Translator #8330 | | | gameTimeHelper protected => Hokej\GameTimeHelper #f0da | | | 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 #0f61
| | | logoBaseUrl protected => "/files/logos" (12)
| | countryHelper => Hokej\Helpers\Country #f1e8 | | iconHelper => Hokej\Helpers\Icon #73d0
| | | countryHelper protected => Hokej\Helpers\Country #f1e8 | | | leagueTable protected => array (3) [ ... ]
| | 360_Mobile_Detect => Mobile_Detect #bfd5
| | | 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 #ae7a
| | | mobileDetect protected => Mobile_Detect #bfd5 { ... } | | | isMobile protected => FALSE
| | exportHelper => Hokej\Helpers\ExportHelper #c129
| | | xsdPath private => "http://www.hokej.cz/static/xsd" (30)
| | domainHelper => Hokej\Helpers\Domain #af0f | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | videoHelper => Hokej\Helpers\VideoHelper #19e3
| | | 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 #e933 { ... }
| | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24
| | | phaseHash => array (3) [ ... ]
| | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3
| | | articlePlaceholderImage protected => "/files/images/placeholder.jpg" (29)
| | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c
| | | playerPlaceholderImage protected => "/placeholder.png" (16)
| | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded
| | | logoPlaceholderImage protected => "/placeholder.png" (16)
| | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | minimalizeHelper => Hokej\Helpers\Minimalize #b453
| | | scriptUrl protected => "http://www.hokej.cz/min.php" (27) | | | enabled protected => TRUE
| | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | tvHelper => Hokej\Helpers\Tv #f1d2
| | | imagePath protected => "/static" (7)
| | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751
| | | seasonService protected => Hokej\SeasonService #406d { ... }
| | amazonHelper => Hokej\Helpers\Amazon #1299
| | | logoUrl protected => "https://hokej.cz.s3.amazonaws.com/logos" (39) | | | seasonFacade protected => Hokej\SeasonFacade #a751 { ... } | | | logoHelper protected => Hokej\Helpers\LogoHelper #0f61 { ... } | | | logoPlaceholderHelper protected => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | minimalizeHelper protected => Hokej\Helpers\Minimalize #b453 { ... } | | | currentYear protected => NULL
| | numberHelper => Hokej\Helpers\Number #f53f
| | | decimals protected => 2 | | | decPoint protected => "." | | | thousandSep protected => " "
| | helperLoader => Esports\Helper\Loader #74f8
| | | helpers protected => array (33) [ ... ]
| | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab
| | | container private => SystemContainer #810f { RECURSION }
| | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0
| | | container private => SystemContainer #810f { RECURSION }
| | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92
| | | container private => SystemContainer #810f { RECURSION }
| | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d
| | | db protected => Nette\Database\Context #b14f { ... }
| | 312_Hokej_SettingService => Hokej\SettingService #df54
| | | settingRepository protected => Hokej\SettingRepository #787d { ... }
| | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3
| | | container private => SystemContainer #810f { RECURSION }
| | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c
| | | container private => SystemContainer #810f { RECURSION }
| | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039
| | | container private => SystemContainer #810f { RECURSION }
| | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f
| | | settingService protected => Hokej\SettingService #df54 { ... } | | | footerSettingFactory protected => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | commonSettingFactory protected => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | scriptsSettingFactory protected => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... }
| | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee
| | | container private => SystemContainer #810f { RECURSION }
| | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051
| | | container private => SystemContainer #810f { RECURSION }
| | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad
| | | db protected => Nette\Database\Context #b14f { ... }
| | 126_Hokej_ColorService => Hokej\ColorService #f65a
| | | colorRepository protected => Hokej\ColorRepository #dfad { ... }
| | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d
| | | clubService protected => Hokej\ClubService #b1df { ... } | | | settingService protected => Hokej\SettingService #df54 { ... } | | | colorService protected => Hokej\ColorService #f65a { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... }
| | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271
| | | competitionService protected => Hokej\CompetitionService #e578 { ... }
| | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c
| | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | teamPlayerService protected => Hokej\TeamPlayerService #ebd8 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb
| | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63
| | | container private => SystemContainer #810f { RECURSION }
| | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae
| | | container private => SystemContainer #810f { RECURSION }
| | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1
| | | container private => SystemContainer #810f { RECURSION }
| | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2
| | | container private => SystemContainer #810f { RECURSION }
| | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219
| | | container private => SystemContainer #810f { RECURSION }
| | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662
| | | container private => SystemContainer #810f { RECURSION }
| | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de
| | | container private => SystemContainer #810f { RECURSION }
| | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9
| | | leagueStatsFactory protected => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory protected => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory protected => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory protected => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory protected => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory protected => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory protected => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... }
| | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f
| | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
| | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89
| | | postFacade private => Hokej\PostFacade #0614 { ... } | | | playerFacade private => Hokej\PlayerFacade #e0ad { ... } | | | clubFacade private => Hokej\ClubFacade #360d { ... } | | | teamFacade private => Hokej\TeamFacade #e07c { ... } | | | statsFacade private => Hokej\StatsFacade #82c9 { ... } | | | competitionFacade private => Hokej\CompetitionFacade #546f { ... } | | | mobileDetect private => Mobile_Detect #bfd5 { ... }
| | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b
| | | 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 #c7a0
| | | prefix private => "cssloader-" (10) | | | suffix private => ".css" (4)
| | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1
| | | 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 #fc7b { ... } | | | namingConvention private => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | checkLastModified private => TRUE | | | debugging private => FALSE
| | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7
| | | container private => SystemContainer #810f { RECURSION }
| | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723
| | | container private => SystemContainer #810f { RECURSION }
| | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4
| | | container private => SystemContainer #810f { RECURSION }
| | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f
| | | container private => SystemContainer #810f { RECURSION }
| | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f
| | | container private => SystemContainer #810f { RECURSION }
| | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf
| | | container private => SystemContainer #810f { RECURSION }
| | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | 230_Hokej_Inserter => Hokej\Inserter #32b7
| | | db private => Nette\Database\Context #b14f { ... }
| | playerStatsRepository => Hokej\PlayerStatsRepository #ca66
| | | inserter protected => Hokej\Inserter #32b7 { ... } | | | db protected => Nette\Database\Context #b14f { ... }
| | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15
| | | playerStatsRepository protected => Hokej\PlayerStatsRepository #ca66 { ... }
| | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331
| | | inserter protected => Hokej\Inserter #32b7 { ... } | | | db protected => Nette\Database\Context #b14f { ... }
| | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd
| | | goalkeeperStatsRepository protected => Hokej\GoalkeeperStatsRepository #8331 { ... }
| | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285
| | | db protected => Nette\Database\Context #b14f { ... }
| | 117_Hokej_CategoryService => Hokej\CategoryService #f43a
| | | categoryRepository protected => Hokej\CategoryRepository #3285 { ... } | | | hash => array (17) [ ... ] | | | categories => array (14) [ ... ]
| | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109
| | | categoryService protected => Hokej\CategoryService #f43a { ... }
| | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330
| | | categoryService protected => Hokej\CategoryService #f43a { ... } | | | categoryTreeRenderer protected => Hokej\CategoryTreeRenderer #d109 { ... }
| creating private => array ()
httpRequest private => Nette\Http\Request #e933
| method private => "GET" (3) | url private => Nette\Http\UrlScript #73f1
| | 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 => "18.118.141.27" (13) | remoteHost private => NULL | rawBody private => NULL
httpResponse private => Nette\Http\Response #cab1
| cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | warnOnBuffer => TRUE | code private => 200
session private => Nette\Http\Session #0bd9
| regenerated private => NULL | options private => array (14)
| | 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 #e933
| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
| | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
| response private => Nette\Http\Response #cab1
| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
| handler private => NULL
presenterFactory private => Nette\Application\PresenterFactory #ce7f
| caseSensitive => FALSE | mapping private => array (6)
| | "*" => array (3)
| | | 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)
| baseDir private => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app" (52) | cache private => array (5)
| | "Front:Home:Homepage" => array (2)
| | | 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)
| container private => SystemContainer #810f
| | 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 #14d2 { ... } | | | httpRequest => Nette\Http\Request #e933 { ... } | | | httpResponse => Nette\Http\Response #cab1 { ... } | | | session => Nette\Http\Session #0bd9 { ... } | | | cacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #ce7f { RECURSION } | | | "nette.database.default" => Nette\Database\Connection #3656 { ... } | | | "nette.database.default.structure" => Nette\Database\Structure #5bd6 { ... } | | | "nette.database.default.reflection" => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | "nette.database.default.context" => Nette\Database\Context #b14f { ... } | | | databaseExceptionTranslator => Esports\Database\ExceptionTranslator #b5ac | | | db => Nette\Database\Context #de23 { ... } | | | 402_Esports_RelatedTable_RTFactory => Esports\RelatedTable\RTFactory #8ff2 { ... } | | | postRepositiory => Hokej\PostRepository #9c57 { ... } | | | 327_Hokej_TagRepository => Hokej\TagRepository #23dd { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #9da7 { ... } | | | userRepositiory => Hokej\UserRepository #1c94 { ... } | | | 350_Hokej_UserService => Hokej\UserService #45b0 { ... } | | | 297_Hokej_ResourceRepository => Hokej\ResourceRepository #b4d1 { ... } | | | 298_Hokej_ResourceService => Hokej\ResourceService #cdaa { ... } | | | 301_Hokej_RoleRepository => Hokej\RoleRepository #a531 { ... } | | | 302_Hokej_RoleService => Hokej\RoleService #1016 { ... } | | | 349_Hokej_UserFacade => Hokej\UserFacade #2d7c { ... } | | | 103_Hokej_Authenticator => Hokej\Authenticator #e85a { ... } | | | 296_Hokej_ResourceFacade => Hokej\ResourceFacade #d5fb { ... } | | | 300_Hokej_RoleFacade => Hokej\RoleFacade #2700 { ... } | | | 104_Hokej_Authorizator => Hokej\Authorizator #30ae { ... } | | | user => Nette\Security\User #7a70 { ... } | | | 285_Hokej_PostService => Hokej\PostService #8b9a { ... } | | | photoRepository => Hokej\PhotoRepository #e0d4 { ... } | | | photoService => Hokej\PhotoService #ef02 { ... } | | | 102_Hokej_ArticleService => Hokej\ArticleService #3cef { ... } | | | 169_Hokej_FileRepository => Hokej\FileRepository #b1c4 { ... } | | | 170_Hokej_FileService => Hokej\FileService #6511 { ... } | | | 174_Hokej_GalleryRepository => Hokej\GalleryRepository #053d { ... } | | | 175_Hokej_GalleryService => Hokej\GalleryService #6abd { ... } | | | 284_Hokej_PostPageMover => Hokej\PostPageMover #3716 { ... } | | | 288_Hokej_PostTreeRenderer => Hokej\PostTreeRenderer #6213 { ... } | | | 328_Hokej_TagService => Hokej\TagService #d545 { ... } | | | 286_Hokej_PostTagManager => Hokej\PostTagManager #c7ae { ... } | | | 282_Hokej_PostAuthorManager => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueRepository => Hokej\LeagueRepository #2b40 { ... } | | | 233_Hokej_LeagueLogoRepository => Hokej\LeagueLogoRepository #f93f { ... } | | | 309_Hokej_SelectionHelper => Hokej\SelectionHelper #bb3b | | | 234_Hokej_LeagueService => Hokej\LeagueService #2eab { ... } | | | clubRepository => Hokej\ClubRepository #44d6 { ... } | | | 122_Hokej_ClubNameRepository => Hokej\ClubNameRepository #930f { ... } | | | 121_Hokej_ClubLogoRepository => Hokej\ClubLogoRepository #a39e { ... } | | | 123_Hokej_ClubService => Hokej\ClubService #b1df { ... } | | | teamRepository => Hokej\TeamRepository #5dd4 { ... } | | | 334_Hokej_TeamNameRepository => Hokej\TeamNameRepository #0ef7 { ... } | | | 332_Hokej_TeamInCompetitionRepository => Hokej\TeamInCompetitionRepository #a553 { ... } | | | 337_Hokej_TeamService => Hokej\TeamService #2ba7 { ... } | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | 231_Hokej_InvalidatorFactory => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | taggerHelper => Hokej\Helpers\Tagger #5327 | | | 283_Hokej_PostFacade => Hokej\PostFacade #0614 { ... } | | | 304_Hokej_RouterFactory => Hokej\RouterFactory #438b { ... } | | | router => Nette\Application\Routers\RouteList #2108 { ... } | | | application => Nette\Application\Application #cab6 { ... } | | | container => SystemContainer #810f { RECURSION } | | | "nette.latteFactory" => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4 { ... } | | | "nette.templateFactory" => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f { ... } | | | 248_Hokej_MatchRepository => Hokej\MatchRepository #65c1 { ... } | | | 249_Hokej_MatchService => Hokej\MatchService #336b { ... } | | | 237_Hokej_MatchEnumRepository => Hokej\MatchEnumRepository #dd91 { ... } | | | 238_Hokej_MatchEnumService => Hokej\MatchEnumService #ca6e { ... } | | | 330_Hokej_TeamHelper => Hokej\TeamHelper #b596 | | | 246_Hokej_MatchPlayerRepository => Hokej\MatchPlayerRepository #a992 { ... } | | | 247_Hokej_MatchPlayerService => Hokej\MatchPlayerService #0a9c { ... } | | | 307_Hokej_SeasonRepository => Hokej\SeasonRepository #ee0a { ... } | | | 308_Hokej_SeasonService => Hokej\SeasonService #406d { ... } | | | 335_Hokej_TeamPlayerRepository => Hokej\TeamPlayerRepository #538a { ... } | | | 336_Hokej_TeamPlayerService => Hokej\TeamPlayerService #ebd8 { ... } | | | competitionRepositiory => Hokej\CompetitionRepository #44cd { ... } | | | 135_Hokej_CompetitionService => Hokej\CompetitionService #e578 { ... } | | | 273_Hokej_PlayerInTeamFactory => Hokej\PlayerInTeamFactory #88be { ... } | | | 303_Hokej_Roster => Hokej\Roster #9dbc { ... } | | | 179_Hokej_GoalRepository => Hokej\GoalRepository #2dd5 { ... } | | | 167_Hokej_EventTransformator => Hokej\EventTransformator #00da | | | 180_Hokej_GoalService => Hokej\GoalService #10e1 { ... } | | | 259_Hokej_PenaltyRepository => Hokej\PenaltyRepository #d147 { ... } | | | 260_Hokej_PenaltyService => Hokej\PenaltyService #31d0 { ... } | | | 241_Hokej_MatchGoalkeeperRepository => Hokej\MatchGoalkeeperRepository #9ca0 { ... } | | | 338_Hokej_TimeOnIceHelper => Hokej\TimeOnIceHelper #7253 | | | 242_Hokej_MatchGoalkeeperService => Hokej\MatchGoalkeeperService #3c08 { ... } | | | 266_Hokej_PeriodRepository => Hokej\PeriodRepository #8204 { ... } | | | periodHelper => Hokej\PeriodHelper #22d6 { ... } | | | 267_Hokej_PeriodService => Hokej\PeriodService #0a98 { ... } | | | 243_Hokej_MatchPeriodGoalkeeperRepository => Hokej\MatchPeriodGoalkeeperRepository #83ad { ... } | | | 244_Hokej_MatchPeriodGoalkeeperService => Hokej\MatchPeriodGoalkeeperService #00e1 { ... } | | | leagueMatchFactory => SystemContainer_Hokej_ILeagueMatchFactoryImpl_leagueMatchFactory #5fe4 { ... } | | | teamMatchFactory => SystemContainer_Hokej_ITeamMatchFactoryImpl_teamMatchFactory #10de { ... } | | | competitionMatchFactory => SystemContainer_Hokej_ICompetitionMatchFactoryImpl_competitionMatchFactory #06e8 { ... } | | | 235_Hokej_MatchAdditional => Hokej\MatchAdditional #0ff6 { ... } | | | 347_Hokej_TvRepository => Hokej\TvRepository #3184 { ... } | | | 348_Hokej_TvService => Hokej\TvService #4a32 { ... } | | | 239_Hokej_MatchFacade => Hokej\MatchFacade #9920 { ... } | | | zoneRepository => Hokej\ZoneRepository #0669 { ... } | | | 359_Hokej_ZoneService => Hokej\ZoneService #2d19 { ... } | | | 358_Hokej_ZoneFacade => Hokej\ZoneFacade #5682 { ... } | | | 356_Hokej_YoutubeRepository => Hokej\YoutubeRepository #4bf6 { ... } | | | 357_Hokej_YoutubeService => Hokej\YoutubeService #fe59 { ... } | | | 355_Hokej_YoutubeFacade => Hokej\YoutubeFacade #9d9b { ... } | | | leagueHelper => Hokej\Helpers\League #4f64 | | | 232_Hokej_LeagueFacade => Hokej\LeagueFacade #2ec1 { ... } | | | topStoryWidget => SystemContainer_Front_Widget_ITopStoryFactoryImpl_topStoryWidget #cc71 { ... } | | | statsBarWidget => SystemContainer_Front_Widget_IStatsBarFactoryImpl_statsBarWidget #ed2a { ... } | | | matchScheduleWidget => SystemContainer_Front_Widget_IMatchScheduleFactoryImpl_matchScheduleWidget #cd92 { ... } | | | timeoutWidget => SystemContainer_Front_Widget_ITimeoutFactoryImpl_timeoutWidget #f538 { ... } | | | tvMatch => SystemContainer_Front_Widget_ITVMatchFactoryImpl_tvMatch #f13b { ... } | | | emptyViewWidget => SystemContainer_Front_Widget_IEmptyViewFactoryImpl_emptyViewWidget #5e84 { ... } | | | homepageBestPlayers => SystemContainer_Front_Home_IBestPlayersFactoryImpl_homepageBestPlayers #246c { ... } | | | fanshopArticleQuery => Hokej\Fanshop\HttpArticleQuery #10a4 { ... } | | | "webloader.factory" => WebLoader\Nette\LoaderFactory #0eb2 { ... } | | | 41_Admin_Translator => Admin\Translator #8330 | | | stringHelper => Esports\Helper\String #66a8 | | | dateHelper => Esports\Helper\Date #8963 { ... } | | | gridHelper => Esports\Helper\Grid #e840 | | | playerHelper => Hokej\Helpers\PlayerHelper #1de6 { ... } | | | playerRepository => Hokej\PlayerRepository #3238 { ... } | | | 277_Hokej_PlayerService => Hokej\PlayerService #04da { ... } | | | 274_Hokej_PlayerPicker => Hokej\PlayerPicker #4480 { ... } | | | 269_Hokej_PlayerFacade => Hokej\PlayerFacade #e0ad { ... } | | | folderRepository => Hokej\FolderRepository #d2f4 { ... } | | | folderService => Hokej\FolderService #5419 { ... } | | | 171_Hokej_FolderPicker => Hokej\FolderPicker #3f1d { ... } | | | dirHelper => Hokej\DirHelper #84d9 { ... } | | | 254_Hokej_MediaTagManager => Hokej\MediaTagManager #cfe1 { ... } | | | 253_Hokej_MediaFacade => Hokej\MediaFacade #4895 { ... } | | | 168_Hokej_FileFacade => Hokej\FileFacade #52a6 { ... } | | | 289_Hokej_PresenterBridge => Hokej\PresenterBridge #d29a { ... } | | | postHelper => Hokej\Helpers\PostHelper #c88f { ... } | | | tagHelper => Hokej\Helpers\TagHelper #9753 | | | matchEndHelper => Hokej\Helpers\MatchEndHelper #2fb6 | | | 176_Hokej_GameTimeHelper => Hokej\GameTimeHelper #f0da | | | dateFrontHelper => Hokej\Helpers\Date #2d43 { ... } | | | logoHelper => Hokej\Helpers\LogoHelper #0f61 { ... } | | | countryHelper => Hokej\Helpers\Country #f1e8 | | | iconHelper => Hokej\Helpers\Icon #73d0 { ... } | | | 360_Mobile_Detect => Mobile_Detect #bfd5 { ... } | | | zoneHelper => Hokej\Helpers\Zone #ae7a { ... } | | | exportHelper => Hokej\Helpers\ExportHelper #c129 { ... } | | | domainHelper => Hokej\Helpers\Domain #af0f | | | penaltyHelper => Hokej\Helpers\Penalty #5d3a | | | xmlHelper => Hokej\Helpers\XmlHelper #9bbd | | | videoHelper => Hokej\Helpers\VideoHelper #19e3 { ... } | | | competitionCategoryHelper => Hokej\Helpers\CompetitionCategoryHelper #9983 | | | matchHelper => Hokej\Helpers\MatchHelper #2fe9 | | | competitionPhaseHelper => Hokej\Helpers\CompetitionPhaseHelper #0d24 { ... } | | | postPlaceholder => Hokej\Helpers\PostPlaceholder #0aa3 { ... } | | | playerPlaceholder => Hokej\Helpers\PlayerPlaceholder #b18c { ... } | | | logoPlaceholder => Hokej\Helpers\LogoPlaceholder #7ded { ... } | | | scoreHelper => Hokej\Helpers\ScoreHelper #0674 | | | minimalizeHelper => Hokej\Helpers\Minimalize #b453 { ... } | | | hokejovyZapisHelper => Hokej\Helpers\HokejovyZapis #7bb5 | | | tvHelper => Hokej\Helpers\Tv #f1d2 { ... } | | | 306_Hokej_SeasonFacade => Hokej\SeasonFacade #a751 { ... } | | | amazonHelper => Hokej\Helpers\Amazon #1299 { ... } | | | numberHelper => Hokej\Helpers\Number #f53f { ... } | | | helperLoader => Esports\Helper\Loader #74f8 { ... } | | | mainMenuWidget => SystemContainer_Front_Widget_MainMenu_IMenuFactoryImpl_mainMenuWidget #02ab { ... } | | | playerMedallion => SystemContainer_Front_Widget_IPlayerMedallionFactoryImpl_playerMedallion #d8c0 { ... } | | | socialWidget => SystemContainer_Front_Widget_ISocialFactoryImpl_socialWidget #6f92 { ... } | | | 311_Hokej_SettingRepository => Hokej\SettingRepository #787d { ... } | | | 312_Hokej_SettingService => Hokej\SettingService #df54 { ... } | | | 219_Hokej_IFooterSettingFactory => SystemContainer_Hokej_IFooterSettingFactoryImpl_219_Hokej_IFooterSettingFactory #50f3 { ... } | | | 218_Hokej_ICommonSettingFactory => SystemContainer_Hokej_ICommonSettingFactoryImpl_218_Hokej_ICommonSettingFactory #251c { ... } | | | 221_Hokej_IScriptsSettingFactory => SystemContainer_Hokej_IScriptsSettingFactoryImpl_221_Hokej_IScriptsSettingFactory #7039 { ... } | | | 310_Hokej_SettingFacade => Hokej\SettingFacade #743f { ... } | | | iSportArticles => SystemContainer_Front_Widget_ISportArticles_IArticlesFactoryImpl_iSportArticles #91ee { ... } | | | playerSearchWidget => SystemContainer_Front_Widget_IPlayerSearchFactoryImpl_playerSearchWidget #5051 { ... } | | | 125_Hokej_ColorRepository => Hokej\ColorRepository #dfad { ... } | | | 126_Hokej_ColorService => Hokej\ColorService #f65a { ... } | | | 120_Hokej_ClubFacade => Hokej\ClubFacade #360d { ... } | | | 134_Hokej_CompetitionFilterService => Hokej\CompetitionFilterService #f271 { ... } | | | 329_Hokej_TeamFacade => Hokej\TeamFacade #e07c { ... } | | | leagueStatsFactory => SystemContainer_Hokej_ILeagueStatsFactoryImpl_leagueStatsFactory #5f63 { ... } | | | competitionStatsFactory => SystemContainer_Hokej_ICompetitionStatsFactoryImpl_competitionStatsFactory #4dae { ... } | | | competitionTeamStatsFactory => SystemContainer_Hokej_ICompetitionTeamStatsFactoryImpl_competitionTeamStatsFactory #eec1 { ... } | | | competitionPlayerStatsFactory => SystemContainer_Hokej_ICompetitionPlayerStatsFactoryImpl_competitionPlayerStatsFactory #a1f2 { ... } | | | countingGroupPlayerStatsFactory => SystemContainer_Hokej_ICountingGroupPlayerStatsFactoryImpl_countingGroupPlayerStatsFactory #7219 { ... } | | | playerStatsFactory => SystemContainer_Hokej_IPlayerStatsFactoryImpl_playerStatsFactory #5662 { ... } | | | matchStatsFactory => SystemContainer_Hokej_IMatchStatsFactoryImpl_matchStatsFactory #31de { ... } | | | 319_Hokej_StatsFacade => Hokej\StatsFacade #82c9 { ... } | | | 133_Hokej_CompetitionFacade => Hokej\CompetitionFacade #546f { ... } | | | 192_Hokej_Helpers_GtmPageDef => Hokej\Helpers\GtmPageDef #bb89 { ... } | | | "webloader.cssFrontFiles" => WebLoader\FileCollection #fc7b { ... } | | | "webloader.cssNamingConvention" => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | "webloader.cssFrontCompiler" => WebLoader\Compiler #40b1 { ... } | | | mainSubMenuWidget => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7 { ... } | | | extraligaMenuWidget => SystemContainer_Front_Widget_MainMenu_IExtraligaFactoryImpl_extraligaMenuWidget #d723 { ... } | | | firstLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_IFirstLeagueFactoryImpl_firstLeagueMenuWidget #13b4 { ... } | | | secondLeagueMenuWidget => SystemContainer_Front_Widget_MainMenu_ISecondLeagueFactoryImpl_secondLeagueMenuWidget #bb0f { ... } | | | youthMenuWidget => SystemContainer_Front_Widget_MainMenu_IYouthFactoryImpl_youthMenuWidget #c79f { ... } | | | staticMenuWidget => SystemContainer_Front_Widget_MainMenu_IStaticMenuFactoryImpl_staticMenuWidget #31bf { ... } | | | 270_Hokej_PlayerFilter => Hokej\PlayerFilter #fb54 | | | 230_Hokej_Inserter => Hokej\Inserter #32b7 { ... } | | | playerStatsRepository => Hokej\PlayerStatsRepository #ca66 { ... } | | | 280_Hokej_PlayerStatsService => Hokej\PlayerStatsService #3d15 { ... } | | | goalkeeperStatsRepository => Hokej\GoalkeeperStatsRepository #8331 { ... } | | | 186_Hokej_GoalkeeperStatsService => Hokej\GoalkeeperStatsService #69bd { ... } | | | 116_Hokej_CategoryRepository => Hokej\CategoryRepository #3285 { ... } | | | 117_Hokej_CategoryService => Hokej\CategoryService #f43a { ... } | | | 118_Hokej_CategoryTreeRenderer => Hokej\CategoryTreeRenderer #d109 { ... } | | | 115_Hokej_CategoryFacade => Hokej\CategoryFacade #a330 { ... }
| | creating private => array ()
router private => Nette\Application\Routers\RouteList #2108
| cachedRoutes private => array (1)
| | "*" => array (4)
| | | 0 => Nette\Application\Routers\RouteList #7d54 { ... } | | | 1 => Nette\Application\Routers\RouteList #a55a { ... } | | | 2 => Nette\Application\Routers\RouteList #f171 { ... } | | | 3 => Nette\Application\Routers\RouteList #8592 { ... }
| module private => "" | list private => array (4)
| | 0 => Nette\Application\Routers\RouteList #7d54
| | | cachedRoutes private => array (1) [ ... ] | | | module private => "Test:" (5) | | | list private => array (1) [ ... ]
| | 1 => Nette\Application\Routers\RouteList #a55a
| | | cachedRoutes private => array (1) [ ... ] | | | module private => "Export:" (7) | | | list private => array (1) [ ... ]
| | 2 => Nette\Application\Routers\RouteList #f171
| | | cachedRoutes private => array (1) [ ... ] | | | module private => "Admin:" (6) | | | list private => array (1) [ ... ]
| | 3 => Nette\Application\Routers\RouteList #8592
| | | cachedRoutes private => array (8) [ ... ] | | | module private => "Front:" (6) | | | list private => array (15) [ ... ]
user private => Nette\Security\User #7a70
| guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #9da7
| | namespace private => "" | | sessionHandler private => Nette\Http\Session #0bd9
| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #e933 { ... } | | | response private => Nette\Http\Response #cab1 { ... } | | | handler private => NULL
| | sessionSection private => NULL
| authenticator private => Hokej\Authenticator #e85a
| | userFacade private => Hokej\UserFacade #2d7c
| | | userService protected => Hokej\UserService #45b0 { ... } | | | resourceService protected => Hokej\ResourceService #cdaa { ... } | | | roleService protected => Hokej\RoleService #1016 { ... }
| authorizator private => Hokej\Authorizator #30ae
| | resourceFacade private => Hokej\ResourceFacade #d5fb
| | | resourceService protected => Hokej\ResourceService #cdaa { ... }
| | roleFacade private => Hokej\RoleFacade #2700
| | | roleService protected => Hokej\RoleService #1016 { ... }
templateFactory private => Nette\Bridges\ApplicationLatte\TemplateFactory #b55f
| latteFactory private => SystemContainer_Nette_Bridges_ApplicationLatte_ILatteFactoryImpl_nette_latteFactory #55d4
| | container private => SystemContainer #810f
| | | meta protected => array (1) [ ... ] | | | parameters => array (19) [ ... ] | | | registry private => array (206) [ ... ] | | | creating private => array ()
| httpRequest private => Nette\Http\Request #e933
| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #73f1
| | | 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 => "18.118.141.27" (13) | | remoteHost private => NULL | | rawBody private => NULL
| httpResponse private => Nette\Http\Response #cab1
| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | warnOnBuffer => TRUE | | code private => 200
| user private => Nette\Security\User #7a70
| | guestRole => "guest" (5) | | authenticatedRole => "authenticated" (13) | | onLoggedIn => NULL | | onLoggedOut => NULL | | storage private => Nette\Http\UserStorage #9da7
| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #0bd9 { ... } | | | sessionSection private => NULL
| | authenticator private => Hokej\Authenticator #e85a
| | | userFacade private => Hokej\UserFacade #2d7c { ... }
| | authorizator private => Hokej\Authorizator #30ae
| | | resourceFacade private => Hokej\ResourceFacade #d5fb { ... } | | | roleFacade private => Hokej\RoleFacade #2700 { ... }
| cacheStorage private => Nette\Caching\Storages\DevNullStorage #6bfb
template private => Nette\Bridges\ApplicationLatte\Template #874d
| latte private => Latte\Engine #748d
| | onCompile => array (1)
| | | 0 => Closure #98ec
| | | | 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)
| | parser private => NULL | | compiler private => NULL | | loader private => Nette\Bridges\ApplicationLatte\Loader #2936
| | | presenter private => Front\Home\HomepagePresenter #5236 { 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 #902a { ... } | | | 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 #e4a0
| | | | 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 #c498
| | | | 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 #9f09
| | | | 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 #e39b { ... } | | | tagsections => Nette\Callback #caf7 { ... } | | | tagtopstory => Nette\Callback #f5d1 { ... } | | | zonetop => Nette\Callback #edbc { ... } | | | zonefooterleft => Nette\Callback #53c1 { ... } | | | zonefooterright => Nette\Callback #d986 { ... }
| | 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 #5236 { RECURSION } | | control => Front\Home\HomepagePresenter #5236 { RECURSION } | | _presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | presenter => Front\Home\HomepagePresenter #5236 { RECURSION } | | user => Nette\Security\User #7a70
| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #9da7 { ... } | | | authenticator private => Hokej\Authenticator #e85a { ... } | | | authorizator private => Hokej\Authorizator #30ae { ... }
| | netteHttpResponse => Nette\Http\Response #cab1
| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | warnOnBuffer => TRUE | | | code private => 200
| | netteCacheStorage => Nette\Caching\Storages\DevNullStorage #6bfb | | baseUrl => "https://dev.nhlcz.s6.esports.cz" (31) | | baseUri => "https://dev.nhlcz.s6.esports.cz" (31) | | basePath => "" | | flashes => array () | | news => Nette\Database\Table\Selection #824f
| | | context protected => Nette\Database\Context #b14f { ... } | | | conventions protected => Nette\Database\Conventions\DiscoveredConventions #03e3 { ... } | | | cache protected => Nette\Caching\Cache #5133 { ... } | | | sqlBuilder protected => Nette\Database\Table\SqlBuilder #6c4b { ... } | | | 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 #3c2b
| | | 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 #887c { ... } | | | modify_date => Nette\Utils\DateTime #d4a0 { ... } | | | display_date => NULL | | | publish_date => Nette\Utils\DateTime #90ee { ... } | | | 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&nbsp;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 => 1782 | | | 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 #4b59
| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 105 | | | variables => array () | | | parameters => ""
| | fanshopArticlesCallback => Closure #6d72
| | | file => "/var/home/www/nhlcz.s6.esports.cz/subdomains/dev/app/Front/Home/presenters/HomepagePresenter.php" (96) | | | line => 108 | | | variables => array () | | | parameters => ""
| | thisDayInHistoryCallback => Closure #5360
| | | 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)
invalidSnippets private => array () snippetMode => NULL params protected => array (1)
| action => "default" (7)
components private => array (5)
| css => WebLoader\Nette\CssLoader #9b4c
| | media private => NULL | | title private => NULL | | type private => "text/css" (8) | | alternate private => FALSE | | compiler private => WebLoader\Compiler #40b1
| | | 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 #fc7b { ... } | | | namingConvention private => WebLoader\DefaultOutputNamingConvention #c7a0 { ... } | | | 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 #5236 { RECURSION } | | name private => "css" (3) | | monitors private => array (1)
| | | "Nette\Application\UI\Presenter" => array (4) [ ... ]
| mainMenu => Front\Widget\MainMenu\Menu #d3c5
| | postFacade protected => Hokej\PostFacade #0614
| | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
| | subMenuFactory protected => SystemContainer_Front_Widget_MainMenu_ISubMenuFactoryImpl_mainSubMenuWidget #67b7
| | | container private => SystemContainer #810f { ... }
| | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | taggerHelper protected => Hokej\Helpers\Tagger #5327 | | menu protected => array (11)
| | | 0 => Nette\Utils\ArrayHash #b4d3 { ... } | | | 1 => Nette\Utils\ArrayHash #8e29 { ... } | | | 2 => Nette\Utils\ArrayHash #57e1 { ... } | | | 3 => Nette\Utils\ArrayHash #44ac { ... } | | | 4 => Nette\Utils\ArrayHash #92aa { ... } | | | 5 => Nette\Utils\ArrayHash #3bc7 { ... } | | | 6 => Nette\Utils\ArrayHash #239d { ... } | | | 7 => Nette\Utils\ArrayHash #5ed1 { ... } | | | 8 => Nette\Utils\ArrayHash #78d1 { ... } | | | 9 => Nette\Utils\ArrayHash #a62a { ... } | | | 10 => Nette\Utils\ArrayHash #f2e6 { ... }
| | translator protected => Admin\Translator #8330 | | helperLoader protected => Esports\Helper\Loader #74f8
| | | helpers protected => array (33) [ ... ]
| | templateFactory private => NULL | | template private => Nette\Bridges\ApplicationLatte\Template #67a4
| | | latte private => Latte\Engine #31ad { ... } | | | 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 #68b3 { ... }
| | cloning private => NULL | | parent private => Front\Home\HomepagePresenter #5236 { RECURSION } | | name private => "mainMenu" (8) | | monitors private => array (1)
| | | "Nette\Application\UI\Presenter" => array (4) [ ... ]
| topStory => Front\Widget\TopStory #5ebc
| | postFacade protected => Hokej\PostFacade #0614
| | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
| | translator protected => Admin\Translator #8330 | | helperLoader protected => Esports\Helper\Loader #74f8
| | | helpers protected => array (33) [ ... ]
| | templateFactory private => NULL | | template private => Nette\Bridges\ApplicationLatte\Template #0b17
| | | latte private => Latte\Engine #4b0a { ... } | | | 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 #5236 { RECURSION } | | name private => "topStory" (8) | | monitors private => array (1)
| | | "Nette\Application\UI\Presenter" => array (4) [ ... ]
| bestPlayers => Front\Home\BestPlayers #41c2
| | playerLinker private => Closure #3684
| | | 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 #bd66
| | | 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 #a1f2
| | | container private => SystemContainer #810f { ... }
| | playerFilter private => Hokej\PlayerFilter #fb54 | | leagueFacade private => Hokej\LeagueFacade #2ec1
| | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | seasonService protected => Hokej\SeasonService #406d { ... } | | | leagueHelper protected => Hokej\Helpers\League #4f64
| | competitionFacade private => Hokej\CompetitionFacade #546f
| | | competitionService protected => Hokej\CompetitionService #e578 { ... } | | | competitionFilterService protected => Hokej\CompetitionFilterService #f271 { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | matchService protected => Hokej\MatchService #336b { ... }
| | statsPlayersLimit private => 10 | | translator protected => Admin\Translator #8330 | | helperLoader protected => Esports\Helper\Loader #74f8
| | | helpers protected => array (33) [ ... ]
| | templateFactory private => NULL | | template private => Nette\Bridges\ApplicationLatte\Template #7275
| | | latte private => Latte\Engine #f357 { ... } | | | 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 #5236 { RECURSION } | | name private => "bestPlayers" (11) | | monitors private => array (1)
| | | "Nette\Application\UI\Presenter" => array (4) [ ... ]
| timeout => Front\Widget\Timeout #7b89
| | postFacade private => Hokej\PostFacade #0614
| | | postService protected => Hokej\PostService #8b9a { ... } | | | photoService protected => Hokej\PhotoService #ef02 { ... } | | | articleService protected => Hokej\ArticleService #3cef { ... } | | | fileService protected => Hokej\FileService #6511 { ... } | | | galleryService protected => Hokej\GalleryService #6abd { ... } | | | userService protected => Hokej\UserService #45b0 { ... } | | | postPageMover protected => Hokej\PostPageMover #3716 { ... } | | | postTreeRenderer protected => Hokej\PostTreeRenderer #6213 { ... } | | | postTagManager protected => Hokej\PostTagManager #c7ae { ... } | | | postAuthorManager protected => Hokej\PostAuthorManager #1ce5 { ... } | | | leagueService protected => Hokej\LeagueService #2eab { ... } | | | clubService protected => Hokej\ClubService #b1df { ... } | | | teamService protected => Hokej\TeamService #2ba7 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb | | | menuSectorFactory => SystemContainer_Hokej_IMenuSectorFactoryImpl_menuSectorFactory #4df9 { ... } | | | invalidatorFactory protected => SystemContainer_Hokej_InvalidatorFactoryImpl_231_Hokej_InvalidatorFactory #4110 { ... } | | | tagger protected => Hokej\Helpers\Tagger #5327
| | categoryFacade private => Hokej\CategoryFacade #a330
| | | categoryService protected => Hokej\CategoryService #f43a { ... } | | | categoryTreeRenderer protected => Hokej\CategoryTreeRenderer #d109 { ... }
| | zoneFacade private => Hokej\ZoneFacade #5682
| | | zoneService protected => Hokej\ZoneService #2d19 { ... } | | | cacheStorage protected => Nette\Caching\Storages\DevNullStorage #6bfb
| | articlesLimit private => 5 | | translator protected => Admin\Translator #8330 | | helperLoader protected => Esports\Helper\Loader #74f8
| | | helpers protected => array (33) [ ... ]
| | templateFactory private => NULL | | template private => Nette\Bridges\ApplicationLatte\Template #9ce9
| | | latte private => Latte\Engine #48d3 { ... } | | | 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 #5236 { RECURSION } | | name private => "timeout" (7) | | monitors private => array (1)
| | | "Nette\Application\UI\Presenter" => array (4) [ ... ]
cloning private => NULL parent private => NULL name private => "Front:Home:Homepage" (19) monitors private => array () templateFactory private => NULL

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
"18.118.141.27" (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
"5745" (4)
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
1728008777.861
REQUEST_TIME
1728008777

$_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

DirectiveLocal ValueMaster Value
engine11
last_modified00
xbithack00

Apache Environment

VariableValue
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 18.118.141.27
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 5745
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

DirectiveLocal ValueMaster Value
bcmath.scale00

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

DirectiveLocal ValueMaster Value
allow_url_fopenOnOn
allow_url_includeOffOff
always_populate_raw_post_dataOffOff
arg_separator.input&&
arg_separator.output&&
asp_tagsOffOff
auto_append_fileno valueno value
auto_globals_jitOnOn
auto_prepend_fileno valueno value
browscapno valueno value
default_charsetno valueno value
default_mimetypetext/htmltext/html
disable_classesno valueno value
disable_functionspcntl_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_errorsOnOff
display_startup_errorsOffOff
doc_rootno valueno value
docref_extno valueno value
docref_rootno valueno value
enable_dlOffOff
enable_post_data_readingOnOn
error_append_stringno valueno value
error_logno valueno value
error_prepend_stringno valueno value
error_reporting022527
exit_on_timeoutOffOff
expose_phpOnOn
extension_dir/usr/lib/php5/20100525/usr/lib/php5/20100525
file_uploadsOnOn
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_errorsOffOn
ignore_repeated_errorsOffOff
ignore_repeated_sourceOffOff
ignore_user_abortOffOff
implicit_flushOffOff
include_path./:/usr/share/php.:/usr/share/php:/usr/share/pear
log_errorsOffOn
log_errors_max_len10241024
mail.add_x_headerOnOn
mail.force_extra_parametersno valueno value
mail.logno valueno value
max_execution_time3030
max_file_uploads2020
max_input_nesting_level6464
max_input_time6060
max_input_vars30003000
memory_limit256M256M
open_basedir/home/www/nhlcz.s6.esports.cz/:/usr/share/php:/tmpno value
output_buffering40964096
output_handlerno valueno value
post_max_size20M20M
precision1414
realpath_cache_size16K16K
realpath_cache_ttl120120
register_argc_argvOffOff
report_memleaksOnOn
report_zend_debugOnOn
request_orderGPGP
sendmail_fromno valueno value
sendmail_path/usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i 
serialize_precision1717
short_open_tagOnOn
SMTPlocalhostlocalhost
smtp_port2525
sql.safe_modeOffOff
track_errorsOffOff
unserialize_callback_funcno valueno value
upload_max_filesize20M20M
upload_tmp_dir/tmpno value
user_dirno valueno value
user_ini.cache_ttl300300
user_ini.filename.user.ini.user.ini
variables_orderGPCSGPCS
xmlrpc_error_number00
xmlrpc_errorsOffOff
zend.detect_unicodeOnOn
zend.enable_gcOnOn
zend.multibyteOffOff
zend.script_encodingno valueno 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

DirectiveLocal ValueMaster Value
date.default_latitude31.766731.7667
date.default_longitude35.233335.2333
date.sunrise_zenith90.58333390.583333
date.sunset_zenith90.58333390.583333
date.timezoneno valueno value

dba

DBA support enabled
Supported handlers cdb cdb_make db4 inifile flatfile qdbm

DirectiveLocal ValueMaster Value
dba.default_handlerflatfileflatfile

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

DirectiveLocal ValueMaster Value
exif.decode_jis_intelJISJIS
exif.decode_jis_motorolaJISJIS
exif.decode_unicode_intelUCS-2LEUCS-2LE
exif.decode_unicode_motorolaUCS-2BEUCS-2BE
exif.encode_jisno valueno value
exif.encode_unicodeISO-8859-15ISO-8859-15

fileinfo

fileinfo support enabled
version 1.0.5

filter

Input Validation and Filtering enabled
Revision $Id: ad78b4a085153b8c7f4d6db5dc69df40e969c343 $

DirectiveLocal ValueMaster Value
filter.defaultunsafe_rawunsafe_raw
filter.default_flagsno valueno 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

DirectiveLocal ValueMaster Value
gd.jpeg_ignore_warning00

geoip

geoip supportenabled
geoip extension version 1.0.7
geoip library version 1004008

DirectiveLocal ValueMaster Value
geoip.custom_directoryno valueno 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

DirectiveLocal ValueMaster Value
iconv.input_encodingISO-8859-1ISO-8859-1
iconv.internal_encodingISO-8859-1ISO-8859-1
iconv.output_encodingISO-8859-1ISO-8859-1

imagick

imagick moduleenabled
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

DirectiveLocal ValueMaster Value
imagick.locale_fix00
imagick.progress_monitor00

imap

IMAP c-Client Version 2007f
SSL Support enabled
Kerberos Support enabled

intl

Internationalization supportenabled
version 1.1.0
ICU version 4.8.1.1
ICU Data version 4.8.1

DirectiveLocal ValueMaster Value
intl.default_localeno valueno value
intl.error_level00

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

DirectiveLocal ValueMaster Value
ldap.max_linksUnlimitedUnlimited

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

DirectiveLocal ValueMaster Value
mbstring.detect_orderno valueno value
mbstring.encoding_translationOffOff
mbstring.func_overload00
mbstring.http_inputpasspass
mbstring.http_outputpasspass
mbstring.http_output_conv_mimetypes^(text/|application/xhtml\+xml)^(text/|application/xhtml\+xml)
mbstring.internal_encodingno valueno value
mbstring.languageneutralneutral
mbstring.strict_detectionOffOff
mbstring.substitute_characterno valueno value

mcrypt

mcrypt supportenabled
mcrypt_filter supportenabled
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

DirectiveLocal ValueMaster Value
mcrypt.algorithms_dirno valueno value
mcrypt.modes_dirno valueno value

mhash

MHASH support Enabled
MHASH API Version Emulated Support

mysql

MySQL Supportenabled
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

DirectiveLocal ValueMaster Value
mysql.allow_local_infileOnOn
mysql.allow_persistentOnOn
mysql.connect_timeout6060
mysql.default_hostno valueno value
mysql.default_passwordno valueno value
mysql.default_portno valueno value
mysql.default_socket/var/run/mysqld/mysqld.sock/var/run/mysqld/mysqld.sock
mysql.default_userno valueno value
mysql.max_linksUnlimitedUnlimited
mysql.max_persistentUnlimitedUnlimited
mysql.trace_modeOffOff

mysqli

MysqlI Supportenabled
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

DirectiveLocal ValueMaster Value
mysqli.allow_local_infileOnOn
mysqli.allow_persistentOnOn
mysqli.default_hostno valueno value
mysqli.default_port33063306
mysqli.default_pwno valueno value
mysqli.default_socket/var/run/mysqld/mysqld.sock/var/run/mysqld/mysqld.sock
mysqli.default_userno valueno value
mysqli.max_linksUnlimitedUnlimited
mysqli.max_persistentUnlimitedUnlimited
mysqli.reconnectOffOff

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

DirectiveLocal ValueMaster Value
pcre.backtrack_limit10000001000000
pcre.recursion_limit100000100000

PDO

PDO supportenabled
PDO drivers mysql, pgsql

pdo_mysql

PDO Driver for MySQLenabled
Client API version 5.5.60

DirectiveLocal ValueMaster Value
pdo_mysql.default_socket/var/run/mysqld/mysqld.sock/var/run/mysqld/mysqld.sock

pdo_pgsql

PDO Driver for PostgreSQLenabled
PostgreSQL(libpq) Version 9.1.24lts2
Module version 1.0.2
Revision $Id: 8e4cc97fb53f418d98b489c3e9d722e48446e676 $

pgsql

PostgreSQL Supportenabled
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

DirectiveLocal ValueMaster Value
pgsql.allow_persistentOnOn
pgsql.auto_reset_persistentOffOff
pgsql.ignore_noticeOffOff
pgsql.log_noticeOffOff
pgsql.max_linksUnlimitedUnlimited
pgsql.max_persistentUnlimitedUnlimited

Phar

Phar: PHP Archive supportenabled
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.

DirectiveLocal ValueMaster Value
phar.cache_listno valueno value
phar.readonlyOnOn
phar.require_hashOnOn

posix

Revision $Id: 1dfa9997ed76804e53c91e0ce862f3707617b6ed $

redis

Redis Supportenabled
Redis Version 2.2.5

Reflection

Reflectionenabled
Version $Id: f6367cdb4e3f392af4a6d441a6641de87c2e50c4 $

session

Session Support enabled
Registered save handlers files user redis
Registered serializer handlers php php_binary wddx

DirectiveLocal ValueMaster Value
session.auto_startOffOff
session.cache_expire180180
session.cache_limiternocachenocache
session.cookie_domainno valueno value
session.cookie_httponlyOffOff
session.cookie_lifetime00
session.cookie_path//
session.cookie_secureOffOff
session.entropy_file/dev/urandom/dev/urandom
session.entropy_length3232
session.gc_divisor10001000
session.gc_maxlifetime14401440
session.gc_probability00
session.hash_bits_per_character55
session.hash_function00
session.namePHPSESSIDPHPSESSID
session.referer_checkno valueno value
session.save_handlerfilesfiles
session.save_path/tmp/var/lib/php5
session.serialize_handlerphpphp
session.upload_progress.cleanupOnOn
session.upload_progress.enabledOnOn
session.upload_progress.freq1%1%
session.upload_progress.min_freq11
session.upload_progress.namePHP_SESSION_UPLOAD_PROGRESSPHP_SESSION_UPLOAD_PROGRESS
session.upload_progress.prefixupload_progress_upload_progress_
session.use_cookiesOnOn
session.use_only_cookiesOnOn
session.use_trans_sid00

shmop

shmop support enabled

SimpleXML

Simplexml supportenabled
Revision $Id: 16070fc92ad6f69cebb2d52ad3f02794f833ce39 $
Schema support enabled

soap

Soap Client enabled
Soap Server enabled

DirectiveLocal ValueMaster Value
soap.wsdl_cache11
soap.wsdl_cache_dir/tmp/tmp
soap.wsdl_cache_enabled11
soap.wsdl_cache_limit55
soap.wsdl_cache_ttl8640086400

sockets

Sockets Support enabled

SPL

SPL supportenabled
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 supportenabled
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

DirectiveLocal ValueMaster Value
assert.active11
assert.bail00
assert.callbackno valueno value
assert.quiet_eval00
assert.warning11
auto_detect_line_endings00
default_socket_timeout6060
fromno valueno value
url_rewriter.tagsa=href,area=href,frame=src,input=src,form=fakeentrya=href,area=href,frame=src,input=src,form=fakeentry
user_agentno valueno value

sysvmsg

sysvmsg support enabled
Revision $Id: adf1d2d6be849c46eed3c3ee6f1cbebd1448d6e5 $

tokenizer

Tokenizer Support enabled

wddx

WDDX Supportenabled
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 Supportenabled
Stream Wrapper compress.zlib://
Stream Filter zlib.inflate, zlib.deflate
Compiled Version 1.2.1.1
Linked Version 1.2.7

DirectiveLocal ValueMaster Value
zlib.output_compressionOffOff
zlib.output_compression_level-1-1
zlib.output_handlerno valueno value

Additional Modules

Module Name
sysvsem
sysvshm

HTTP request

Headers

accept*/*
user-agentMozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
accept-encodinggzip, br, zstd, deflate
hostdev.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 2024/10/04 04:26:17
  • 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)