コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Smony/njphoto
 /**
  * Returns the active session key, used fr deferred bindings.
  *
  * @return string 
  * @static 
  */
 public static function getSessionKey()
 {
     return \October\Rain\Html\FormBuilder::getSessionKey();
 }