lib/ezutils/classes/ezcli.php
File containing the eZCLI class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Package
- lib
- Version
- 4.6.0
\eZCLI
Package: lib
File containing the eZCLI class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Version
- 4.6.0
Constants
Methods

getOptions(
$config, $argumentConfig, $arguments
=
false
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $config | ||
| $argumentConfig | ||
| $arguments |

instance(
)
:
\eZCLI
static
Returns a shared instance of the eZCLI class.
Returns
| Type | Description |
|---|---|
| \eZCLI |

parseOptionString(
$configString, $optionConfig
)
:
void
static
Parameters
| Name | Type | Description |
|---|---|---|
| $configString | ||
| $optionConfig |

setIsQuiet(
bool $isQuiet
)
:
voidSets whether the output() method should print out anything.
Parameters
Details
| Name | Type | Description |
|---|---|---|
| $isQuiet | bool |
- See
- \isQuiet,