Overview

Namespaces

  • Application
    • Controller
      • Console
    • Model
    • Service

Classes

  • Module
  • Overview
  • Namespace
  • Class

Class Module

Application\Module implements Zend\ModuleManager\Feature\AutoloaderProviderInterface, Zend\ModuleManager\Feature\ConfigProviderInterface, Zend\ModuleManager\Feature\ConsoleBannerProviderInterface, Zend\ModuleManager\Feature\ConsoleUsageProviderInterface
Namespace: Application
Located at Module.php
Methods summary
public
# onBootstrap( Zend\Mvc\MvcEvent $e )
public
# getConfig( )
public
# getAutoloaderConfig( )
public string|null
# getConsoleBanner( Zend\Console\Adapter\AdapterInterface $console )

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.

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 Zend\Console\Adapter\AdapterInterface that can be used to directly access Console and send output.

Parameters

$console

Returns

string|null
public array|null|string
# getConsoleUsage( Zend\Console\Adapter\AdapterInterface $console )

Parameters

$console

Returns

array|null|string
PHP Demo Environment for Zend Framework 2 by bazzline.net API documentation generated by ApiGen