Пример #1
0
 protected function getSessionSection()
 {
     $ns = $this->namespace ?: 'default';
     return $this->session->getSection("LT-{$ns}");
 }