API17:JInputCookie:: construct
From Joomla! Documentation
JInputCookie::__construct
Description
Constructor.
public function __construct (
$source=null
$options=array
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $source | array | null | Ignored. |
| $options | array | array() | Array of configuration parameters (Optional) |
See also
JInputCookie::__construct source code on BitBucket
Class JInputCookie
Subpackage Application- Other versions of JInputCookie::__construct
User contributed notes
Code Examples