Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://wiki.cs.msu.ru/System/PerlDoc?module=Foswiki::Configure::Valuer
Дата изменения: Unknown Дата индексирования: Mon Apr 11 19:16:56 2016 Кодировка: koi8-r |
internal package
Foswiki::Configure::Valuer internal package
Foswiki::Configure::Valuer ClassMethod
new($defaults, $values) $defaults is a reference to the raw hash of defaults ($Foswiki::cfg, as taken from Foswiki.spec + Config.spec)
$values is a reference to the hash of current values (also $Foswiki::cfg, but as taken from Foswiki.spec + Config.spec + LocalSite.cfg)ObjectMethod
getCurrentValue() → $data ObjectMethod
defaultValue() → $data ObjectMethod
loadCGIParams($query, \%updated) Get changed values from CGI. Each parameter is identified by a TYPEOF: param that specifies the keys e.g. ?TYPEOF:{Kiss}=Smooch. The type is used to determine if the value of {Kiss} in CGI is different to the value known to the Valuer (i.e. has been updated). If it is, the keys are added to the $updated hash.