API17:JInputCLI
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JInputCLI== | ||
| + | ===Description=== | ||
| + | {{Description:JInputCLI}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JInputCLI|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JInputCLI|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JInputCLI::__construct/11.1|__construct]] | |[[JInputCLI::__construct/11.1|__construct]] | ||
|Constructor. | |Constructor. | ||
|- | |- | ||
| + | |protected | ||
|[[JInputCLI::parseArguments/11.1|parseArguments]] | |[[JInputCLI::parseArguments/11.1|parseArguments]] | ||
|Initialise the options and arguments. | |Initialise the options and arguments. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/application/input/cli.php | ||
| + | * '''Extends''' [[JInput/11.1|JInput]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.application.input.cli' );</source> | <source lang="php">jimport( 'joomla.application.input.cli' );</source> | ||
===See also=== | ===See also=== | ||
| − | * JInputCLI source code | + | * {{JVer|11.1}} '''JInputCLI source code''' on [[jplatform:application/input/cli.php|BitBucket]] |
| − | * [[JInputCLI|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Application/11.1|Application]] |
| + | * [[JInputCLI|Other versions of JInputCLI]] | ||
{{SeeAlso:JInputCLI}} | {{SeeAlso:JInputCLI}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JInputCLI|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JInputCLI|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 42: | Line 42: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JInputCLI]]</noinclude> | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JInputCLI]]</noinclude> | ||
Revision as of 18:05, 27 April 2011
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.
JInputCLI
Description
Description:JInputCLI [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor. |
| protected | parseArguments | Initialise the options and arguments. |
- Defined in libraries/joomla/application/input/cli.php
- Extends JInput
Importing
jimport( 'joomla.application.input.cli' );
See also
-
JInputCLI source code on BitBucket
-
Subpackage Application
- Other versions of JInputCLI
SeeAlso:JInputCLI [Edit See Also]
User contributed notes
<CodeExamplesForm />
