Back to ExtensionDiscoverCommand class

Method __construct

public
__construct
()
Instantiate the command.
Since
  • 4.0.0

Method __construct - Source code

/**
 * Instantiate the command.
 *
 * @since   4.0.0
 */
public function __construct()
{
    parent::__construct();
}