Пример #1
0
 /**
  * Sets wether an element value should be kept in an hidden field
  * when the element is frozen or not
  * 
  * @param     bool    $persistant   True if persistant value
  * @since     2.0
  * @access    public
  * @return    void
  */
 static function setPersistantFreeze($persistant = false)
 {
     self::$_persistantFreeze = $persistant;
 }