PHP Class FOF30\Generator\Command\Init

Inheritance: extends Command
Datei anzeigen Open project: akeeba/fof

Public Methods

Method Description
execute ( )

Protected Methods

Method Description
getPath ( object $composer, string $key, string $default ) : string Ask the user the path for each of the files folders

Method Details

execute() public method

public execute ( )

getPath() protected method

Ask the user the path for each of the files folders
protected getPath ( object $composer, string $key, string $default ) : string
$composer object The composer json object
$key string The key of the folder (backend)
$default string The default path to use
return string The user chosen path