コード例 #1
0
ファイル: browser.php プロジェクト: prox91/joomla-dev
 /**
  * Get the history name.
  *
  * @return  string  The history name
  */
 public function getHistoryName()
 {
     return $this->history->getSessionVariable();
 }