Dumped Contents
In
CatalogController.php
line 79:
//dump($path);
//content path
$content = $c_serv->get_seo_content($path);
if ($content) dump($content->getId() . ': ' . $content->getShortTitle());
$resp_404 = $this->render('@Store/ui/404.html.twig');
dump($path);
"3709: Избранное"
In
CatalogController.php
line 82:
if ($content) dump($content->getId() . ': ' . $content->getShortTitle());
$resp_404 = $this->render('@Store/ui/404.html.twig');
dump($path);
"/personal/favorites/"
In
CatalogController.php
line 88:
//check template exist
$template_hook = $c_serv->check_template_hook($path);
dump('hook: ' . $template_hook);
if ($template_hook) {
//redirect trailing slash
if (substr($path, -1) != '/') {
"hook: personal__favorites"
In
TwigChildren.php
line 100:
public function get_childrens($content_id, $type_name, $recursive = false)
{
dump('GC: ' . $content_id . ' / ' . $type_name . ' / ' . $recursive);
//$sort_root = false;
$pseudo_id = $type_name . $content_id;
if (array_key_exists($pseudo_id, $this->chidrens)) return $this->chidrens[$pseudo_id];
"GC: 3709 / custom_page / "
In
TwigMenu.php
line 75:
usort($ents, function ($a, $b) {
return $this->sort_menu($a, $b);
});
dump('Category type for GC: ' . $content_id . ' - ' . $type_name . ' - ' . count($ents));
return $ents;
}
"Category type for GC: 3709 - custom_page - 0"
In
TwigContent.php
line 134:
$type_name = $this->tt->get_element_type($content_id);
$recursive = $this->tt->get_category_type($content_id);
dump($type_name);
dump($recursive);
return $this->get_filtered_childrens($content_id, $type_name, $recursive);
}
"custom_page"
In
TwigContent.php
line 135:
$type_name = $this->tt->get_element_type($content_id);
$recursive = $this->tt->get_category_type($content_id);
dump($type_name);
dump($recursive);
return $this->get_filtered_childrens($content_id, $type_name, $recursive);
}
"custom_page"
In
TwigContent.php
line 141:
public function get_filtered_childrens($content_id, $type_name, $recursive = false)
{
dump('Filtered children: ' . $type_name . ' - ' . $recursive);
$pseudo_id = $type_name . $content_id;
if (array_key_exists($pseudo_id, $this->tf->filtered)) return $this->tf->filtered[$pseudo_id];
"Filtered children: custom_page - custom_page"
In
TwigChildren.php
line 100:
public function get_childrens($content_id, $type_name, $recursive = false)
{
dump('GC: ' . $content_id . ' / ' . $type_name . ' / ' . $recursive);
//$sort_root = false;
$pseudo_id = $type_name . $content_id;
if (array_key_exists($pseudo_id, $this->chidrens)) return $this->chidrens[$pseudo_id];
"GC: 3709 / custom_page / custom_page"
In
TwigContentFilter.php
line 54:
$this->filters['on_page'] = $on_page;
$this->filters['cur_page'] = $page;
$this->filters['count'] = $count;
dump($this->filters);
$filtered = array_slice($ents, ($page - 1) * $on_page, $on_page);
array:4 [
"cur_page" => 1
"max_page" => 0.0
"on_page" => 20
"count" => 0
]
In
TwigChildren.php
line 100:
public function get_childrens($content_id, $type_name, $recursive = false)
{
dump('GC: ' . $content_id . ' / ' . $type_name . ' / ' . $recursive);
//$sort_root = false;
$pseudo_id = $type_name . $content_id;
if (array_key_exists($pseudo_id, $this->chidrens)) return $this->chidrens[$pseudo_id];
"GC: 3707 / custom_page / "
In
TwigMenu.php
line 75:
usort($ents, function ($a, $b) {
return $this->sort_menu($a, $b);
});
dump('Category type for GC: ' . $content_id . ' - ' . $type_name . ' - ' . count($ents));
return $ents;
}
"Category type for GC: 3707 - custom_page - 0"
In
TwigChildren.php
line 100:
public function get_childrens($content_id, $type_name, $recursive = false)
{
dump('GC: ' . $content_id . ' / ' . $type_name . ' / ' . $recursive);
//$sort_root = false;
$pseudo_id = $type_name . $content_id;
if (array_key_exists($pseudo_id, $this->chidrens)) return $this->chidrens[$pseudo_id];
"GC: 3902 / custom_page / "
In
TwigMenu.php
line 75:
usort($ents, function ($a, $b) {
return $this->sort_menu($a, $b);
});
dump('Category type for GC: ' . $content_id . ' - ' . $type_name . ' - ' . count($ents));
return $ents;
}
"Category type for GC: 3902 - custom_page - 0"
In
TwigChildren.php
line 100:
public function get_childrens($content_id, $type_name, $recursive = false)
{
dump('GC: ' . $content_id . ' / ' . $type_name . ' / ' . $recursive);
//$sort_root = false;
$pseudo_id = $type_name . $content_id;
if (array_key_exists($pseudo_id, $this->chidrens)) return $this->chidrens[$pseudo_id];
"GC: 3709 / custom_page / "
In
TwigMenu.php
line 75:
usort($ents, function ($a, $b) {
return $this->sort_menu($a, $b);
});
dump('Category type for GC: ' . $content_id . ' - ' . $type_name . ' - ' . count($ents));
return $ents;
}
"Category type for GC: 3709 - custom_page - 0"
In
TwigChildren.php
line 100:
public function get_childrens($content_id, $type_name, $recursive = false)
{
dump('GC: ' . $content_id . ' / ' . $type_name . ' / ' . $recursive);
//$sort_root = false;
$pseudo_id = $type_name . $content_id;
if (array_key_exists($pseudo_id, $this->chidrens)) return $this->chidrens[$pseudo_id];
"GC: 3707 / custom_page / "
In
TwigMenu.php
line 75:
usort($ents, function ($a, $b) {
return $this->sort_menu($a, $b);
});
dump('Category type for GC: ' . $content_id . ' - ' . $type_name . ' - ' . count($ents));
return $ents;
}
"Category type for GC: 3707 - custom_page - 0"
In
TwigChildren.php
line 100:
public function get_childrens($content_id, $type_name, $recursive = false)
{
dump('GC: ' . $content_id . ' / ' . $type_name . ' / ' . $recursive);
//$sort_root = false;
$pseudo_id = $type_name . $content_id;
if (array_key_exists($pseudo_id, $this->chidrens)) return $this->chidrens[$pseudo_id];
"GC: 3902 / custom_page / "
In
TwigMenu.php
line 75:
usort($ents, function ($a, $b) {
return $this->sort_menu($a, $b);
});
dump('Category type for GC: ' . $content_id . ' - ' . $type_name . ' - ' . count($ents));
return $ents;
}
"Category type for GC: 3902 - custom_page - 0"
In
TwigChildren.php
line 100:
public function get_childrens($content_id, $type_name, $recursive = false)
{
dump('GC: ' . $content_id . ' / ' . $type_name . ' / ' . $recursive);
//$sort_root = false;
$pseudo_id = $type_name . $content_id;
if (array_key_exists($pseudo_id, $this->chidrens)) return $this->chidrens[$pseudo_id];
"GC: 3709 / custom_page / "
In
TwigMenu.php
line 75:
usort($ents, function ($a, $b) {
return $this->sort_menu($a, $b);
});
dump('Category type for GC: ' . $content_id . ' - ' . $type_name . ' - ' . count($ents));
return $ents;
}
"Category type for GC: 3709 - custom_page - 0"