CliExtensionInterface
in
Describes CLI Extension interface.
Table of Contents
Methods
- baseCli() : string
- Retrieve cli base path.
- baseCommand() : string
- Retrieve command base path.
Methods
baseCli()
Retrieve cli base path.
public
baseCli([string $path = '' ]) : string
Parameters
- $path : string = ''
-
Relative path
Return values
stringbaseCommand()
Retrieve command base path.
public
baseCommand([string $path = '' ]) : string
Parameters
- $path : string = ''
-
Relative path