API17

Difference between revisions of "JInputCLI"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JInputCLI::__construct/11.1|__construct]]
+
|[[API17:JInputCLI::__construct|__construct]]
 
|Constructor.  
 
|Constructor.  
 
|-
 
|-
 
|protected  
 
|protected  
|[[JInputCLI::parseArguments/11.1|parseArguments]]
+
|[[API17:JInputCLI::parseArguments|parseArguments]]
 
|Initialise the options and arguments.  
 
|Initialise the options and arguments.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/application/input/cli.php
 
* '''Defined in''' libraries/joomla/application/input/cli.php
* '''Extends''' [[JInput/11.1|JInput]]
+
* '''Extends''' [[API17:JInput|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===
 
* {{JVer|11.1}} '''JInputCLI source code''' on [[jplatform:application/input/cli.php|BitBucket]]
 
* {{JVer|11.1}} '''JInputCLI source code''' on [[jplatform:application/input/cli.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Application/11.1|Application]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Application|Application]]
* [[JInputCLI|Other versions of JInputCLI]]
+
* [[API17:JInputCLI|Other versions of JInputCLI]]
 
{{SeeAlso:JInputCLI}}
 
{{SeeAlso:JInputCLI}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:58, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JInputCLI[edit]

Description[edit]

Template:Description:JInputCLI [Edit Descripton]

Methods[edit]

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[edit]

jimport( 'joomla.application.input.cli' );

See also[edit]

Template:SeeAlso:JInputCLI [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />