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);
"1501: Варианты применения"
In
CatalogController.php
line 82:
if ($content) dump($content->getId() . ': ' . $content->getShortTitle());
$resp_404 = $this->render('@Store/ui/404.html.twig');
dump($path);
"/wiki/varianty-primeneniya/"
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: "
In
ContentService.php
line 104:
if (!$name) return $template;
$template_name = $name . '_list';
dump($template_name);
$tempate_path = $this->main_path . '/apps/store/templates/content/list/' . $template_name . '.html.twig';
if ($this->fs->exists($tempate_path)) {
return $template_name;
"wiki_category_list"
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: 1501 / wiki_category / "
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: 1501 - wiki_category - 33"
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);
}
"wiki_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);
}
"wiki_category"
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: wiki_page - wiki_category"
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: 1501 / wiki_page / wiki_category"
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" => "11"
"max_page" => 27.0
"on_page" => 20
"count" => 535
]
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: 1494 / wiki_category / "
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: 1494 - wiki_category - 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: 1493 / wiki_category / "
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: 1493 - wiki_category - 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: 1496 / wiki_category / "
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: 1496 - wiki_category - 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: 1488 / wiki_category / "
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: 1488 - wiki_category - 5"
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: 1492 / wiki_category / "
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: 1492 - wiki_category - 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: 1489 / wiki_category / "
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: 1489 - wiki_category - 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: 1490 / wiki_category / "
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: 1490 - wiki_category - 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: 1494 / wiki_category / "
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: 1494 - wiki_category - 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: 1493 / wiki_category / "
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: 1493 - wiki_category - 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: 1496 / wiki_category / "
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: 1496 - wiki_category - 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: 1488 / wiki_category / "
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: 1488 - wiki_category - 5"
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: 1492 / wiki_category / "
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: 1492 - wiki_category - 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: 1489 / wiki_category / "
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: 1489 - wiki_category - 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: 1490 / wiki_category / "
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: 1490 - wiki_category - 0"