Pneuma Framework

CliExtensionInterface

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
string

baseCommand()

Retrieve command base path.

public baseCommand([string $path = '' ]) : string
Parameters
$path : string = ''

Relative path

Return values
string

        
On this page

Search results