Beispiel #1
0
 /**
  * Get session cell name for pager widget
  *
  * @return string
  */
 public function getPagerSessionCell()
 {
     return \XLite\Core\Converter::getPlainClassName($this);
 }
Beispiel #2
0
 /**
  * Return name of the session cell identifier
  *
  * @return string
  */
 protected function getSessionCell()
 {
     return \XLite\Core\Converter::getPlainClassName($this);
 }