public function ApigeeEdgeCommands::__construct in Apigee Edge 8
ApigeeEdgeCommands constructor.
Parameters
\Drupal\apigee_edge\CliServiceInterface $cli_service: The CLI service which allows interoperability.
File
- src/
Commands/ ApigeeEdgeCommands.php, line 44
Class
- ApigeeEdgeCommands
- Drush 9 command file.
Namespace
Drupal\apigee_edge\CommandsCode
public function __construct(CliServiceInterface $cli_service = NULL) {
parent::__construct();
$this->cliService = $cli_service;
}