Class THttpCookieCollection
THttpCookieCollection class.
THttpCookieCollection implements a collection class to store cookies. Besides
using all functionalities from TList
, you can also retrieve a cookie by
its name using either THttpCookieCollection::findCookieByName()
or simply:
$cookie=$collection[$cookieName];
- TComponent
-
TList implements IteratorAggregate, ArrayAccess, Countable
-
THttpCookieCollection
Package: System\Web
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
Located at Web/THttpRequest.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
Located at Web/THttpRequest.php
public
|
|
public
|
#
insertAt( integer $index, mixed $item )
Inserts an item at the specified position. This overrides the parent implementation by performing additional operations for each newly added THttpCookie object. |
public
mixed
|
#
removeAt( integer $index )
Removes an item at the specified position. This overrides the parent implementation by performing additional cleanup work when removing a TCookie object. |
public
|
|
public
|
add(),
clear(),
contains(),
copyFrom(),
count(),
getCount(),
getIterator(),
getReadOnly(),
indexOf(),
insertAfter(),
insertBefore(),
mergeWith(),
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset(),
remove(),
setReadOnly(),
toArray()
|
GLOBAL_RAISE_EVENT_LISTENER
|