コード例 #1
0
ファイル: session.php プロジェクト: radig/CakeMongoSession
 /**
  * Returns Session id
  *
  * If $id is passed in a beforeFilter, the Session will be started
  * with the specified id
  *
  * @param $id string
  * @return string
  * @access public
  */
 public function id($id = null)
 {
     return parent::id($id);
 }