Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
phake
OptionParser
PHP Class phake\OptionParser
Datei anzeigen
Open project: jaz303/phake
Class Usage Examples
Public Methods
Method
Description
__construct
(
$args
)
get_non_options
( )
get_options
( )
Protected Methods
Method
Description
append_option
(
$option
)
next
( )
parse
( )
set_option_value
(
$option
,
$value
)
Method Details
__construct()
public
method
public
__construct
(
$args
)
append_option()
protected
method
protected
append_option
(
$option
)
get_non_options()
public
method
public
get_non_options
( )
get_options()
public
method
public
get_options
( )
next()
protected
method
protected
next
( )
parse()
protected
method
protected
parse
( )
set_option_value()
protected
method
protected
set_option_value
(
$option
,
$value
)