Console_CommandLine
[
class tree: Console_CommandLine
] [
index: Console_CommandLine
] [
all elements
]
Packages:
Console_CommandLine
Classes:
Console_CommandLine
Console_CommandLine_Action
Console_CommandLine_Action_Callback
Console_CommandLine_Action_Counter
Console_CommandLine_Action_Help
Console_CommandLine_Action_Password
Console_CommandLine_Action_StoreArray
Console_CommandLine_Action_StoreFalse
Console_CommandLine_Action_StoreFloat
Console_CommandLine_Action_StoreInt
Console_CommandLine_Action_StoreString
Console_CommandLine_Action_StoreTrue
Console_CommandLine_Action_Version
Console_CommandLine_Argument
Console_CommandLine_Command
Console_CommandLine_Element
Console_CommandLine_Exception
Console_CommandLine_MessageProvider_Default
Console_CommandLine_Option
Console_CommandLine_Outputter_Default
Console_CommandLine_Renderer_Default
Console_CommandLine_Result
Console_CommandLine_XmlParser
Files:
Action.php
Argument.php
Callback.php
Command.php
CommandLine.php
Counter.php
Default.php
Default.php
Default.php
Element.php
ex1.php
ex2.php
Exception.php
Help.php
MessageProvider.php
Option.php
Outputter.php
Password.php
Renderer.php
Result.php
StoreArray.php
StoreFalse.php
StoreFloat.php
StoreInt.php
StoreString.php
StoreTrue.php
Version.php
XmlParser.php
Class: Console_CommandLine_Argument
Source Location: /Console_CommandLine-1.0.0RC3/CommandLine/Argument.php
Class Overview
Console_CommandLine_Element
| --Console_CommandLine_Argument
Class that represent a command line argument.
Author(s):
David JEAN LOUIS <
izimobil at gmail.com
>
Version:
Release: 1.0.0RC3
Copyright:
2007 David JEAN LOUIS
Variables
$multiple
Methods
validate
Inherited Variables
Class:
Console_CommandLine_Element
Console_CommandLine_Element::$description
Console_CommandLine_Element::$help_name
Console_CommandLine_Element::$name
Inherited Methods
Class:
Console_CommandLine_Element
Console_CommandLine_Element::__construct()
Constructor.
Console_CommandLine_Element::toString()
Return the string representation of the argument.
Console_CommandLine_Element::validate()
Validate the option instance.
Class Details
[line 38]
Class that represent a command line argument.
Author:
David JEAN LOUIS <
izimobil@gmail.com
>
Version:
Release: 1.0.0RC3
Copyright:
2007 David JEAN LOUIS
Link:
http://pear.php.net/package/Console_CommandLine
Since:
Class available since release 0.1.0
License:
MIT License
[
Top
]
Class Variables
$multiple =
false
[line 48]
If set to true argument values will be stored in an array.
Access:
public
Type:
boolean
[
Top
]
Method Detail
validate
[line 59]
void validate( )
Validate the option instance.
Access:
public
Overrides
Console_CommandLine_Element::validate()
(Validate the option instance.)
[
Top
]
Documentation generated on Mon, 11 Mar 2019 15:17:13 -0400 by
phpDocumentor 1.4.4
. PEAR Logo Copyright © PHP Group 2004.