Phrozn\Runner\CommandLine\Callback\Init::execute PHP Method

execute() public method

Executes the callback action
public execute ( ) : string
return string
    public function execute()
    {
        $this->initializeNewProject();
    }