API17:JInputCookie
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
m (→User contributed notes: bad link repair) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JInputCookie== | ||
| + | ===Description=== | ||
| + | {{Description:JInputCookie}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JInputCookie|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JInputCookie|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
| + | |- | ||
| + | |public | ||
| + | |[[JInputCookie::__construct/11.1|__construct]] | ||
| + | |Constructor. | ||
| + | |- | ||
| + | |public | ||
| + | |[[JInputCookie::set/11.1|set]] | ||
| + | |Sets a value. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/application/input/cookie.php | ||
| + | * '''Extends''' [[JInput/11.1|JInput]] | ||
===Importing=== | ===Importing=== | ||
| − | <source lang="php">jimport( '' );</source> | + | <source lang="php">jimport( 'joomla.application.input.cookie' );</source> |
===See also=== | ===See also=== | ||
| − | * JInputCookie source code | + | * {{JVer|11.1}} '''JInputCookie source code''' on [[jplatform:application/input/cookie.php|BitBucket]] |
| − | * [[JInputCookie|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Application/11.1|Application]] |
| + | * [[JInputCookie|Other versions of JInputCookie]] | ||
{{SeeAlso:JInputCookie}} | {{SeeAlso:JInputCookie}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JInputCookie|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JInputCookie|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 34: | Line 42: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JInputCookie]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JInputCookie]]</noinclude> |
Revision as of 13:53, 29 August 2012
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JInputCookie
Description
Description:JInputCookie [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor. |
| public | set | Sets a value. |
- Defined in libraries/joomla/application/input/cookie.php
- Extends JInput
Importing
jimport( 'joomla.application.input.cookie' );
See also
-
JInputCookie source code on BitBucket
-
Subpackage Application
- Other versions of JInputCookie
SeeAlso:JInputCookie [Edit See Also]
User contributed notes
<CodeExamplesForm />
