luya\console\Command::selectModuleType PHP Method

selectModuleType() public method

Get selection list of all module types.
Since: 1.0.0-beta4
public selectModuleType ( ) : string
return string
    public function selectModuleType()
    {
        return $this->select('What type of Module you want to create?', ['frontend' => 'Frontend Modules are used to render views.', 'admin' => 'Admin Modules are used when the Data-Managment should be done inside the Administration area.']);
    }