예제 #1
0
 protected function putSession($key, $value)
 {
     return parent::putSession($this->getThemeSessionKey($key), $value);
 }