コード例 #1
0
ファイル: ParcelItem.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Return name of the session cell identifier
  *
  * @return string
  */
 protected function getSessionCell()
 {
     return parent::getSessionCell() . $this->getParcelId();
 }
コード例 #2
0
ファイル: Category.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Return name of the session cell identifier
  *
  * @return string
  */
 protected function getSessionCell()
 {
     return parent::getSessionCell() . $this->getCategory()->getCategoryId();
 }