597. Function

597.1. Zend\ModuleManager\Feature\getConsoleBanner

ZendModuleManagerFeaturegetConsoleBanner()

Returns a string containing a banner text, that describes the module and/or the application. The banner is shown in the console window, when the user supplies invalid command-line parameters or invokes the application with no parameters.

The method is called with active ZendConsoleAdapterAdapterInterface that can be used to directly access Console and send output.

Parameters:AdapterInterface
Return type:string|null

Project Versions

Table Of Contents

Previous topic

596. Function

Next topic

598. Function

This Page