Example #1
0
 /**
  * Return name of the session cell identifier
  *
  * @return string
  */
 protected function getSessionCell()
 {
     return parent::getSessionCell() . $this->getParcelId();
 }
Example #2
0
 /**
  * Return name of the session cell identifier
  *
  * @return string
  */
 protected function getSessionCell()
 {
     return parent::getSessionCell() . $this->getCategory()->getCategoryId();
 }