Console_CommandLine
[ class tree: Console_CommandLine ] [ index: Console_CommandLine ] [ all elements ]

Class: Console_CommandLine_Result

Source Location: /Console_CommandLine-1.2.0/Console/CommandLine/Result.php

Class Overview


A lightweight class to store the result of the command line parsing.


Author(s):

Version:

  • Release: 1.2.0

Copyright:

  • 2007 David JEAN LOUIS

Variables


Inherited Variables

Inherited Methods


Class Details

[line 37]
A lightweight class to store the result of the command line parsing.


[ Top ]


Class Variables

$args = array()

[line 54]

The result arguments array.
  • Var: Result arguments array
  • Access: public

Type:   array


[ Top ]

$command =  false

[line 68]

A result instance for the subcommand.
  • Var: Result instance for the subcommand
  • Access: public



[ Top ]

$command_name =  false

[line 61]

Name of the command invoked by the user, false if no command invoked.
  • Var: Result command name
  • Access: public

Type:   string


[ Top ]

$options = array()

[line 47]

The result options associative array.

Key is the name of the option and value its value.

  • Var: Result options array
  • Access: public

Type:   array


[ Top ]



Documentation generated on Mon, 11 Mar 2019 15:51:32 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.