Ferreteria/v0.5/@cls/csAppCookie

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls
Revision as of 13:48, 19 December 2022 by Woozle (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
class ferret\csAppCookie

Methods

  • static protected function SetRawValue(string $sKey,string $sVal) : bool
  • static public function SetValue(string $sKey,string $sValue)
  • static protected function GetRawValue(string $sKey) : status\caBase
  • static public function GetValue(string $sKey) : status\caBase
  • static public function ClearValue(string $sKey) : void
  • static protected function MakeRawKey(string $sKey) : string