예제 #1
0
 /**
  * Returns the active session key, used fr deferred bindings.
  *
  * @return string 
  * @static 
  */
 public static function getSessionKey()
 {
     return \October\Rain\Html\FormBuilder::getSessionKey();
 }