PHP Class AcMailer\Controller\ConfigMigrationController

Author: Alejandro Celaya Alastrué
Inheritance: extends Zend\Mvc\Console\Controller\AbstractConsoleController
Show file Open project: acelaya/zf2-acmailer Class Usage Examples

Protected Properties

Property Type Description
$configMigrationService AcMailer\Service\ConfigMigrationServiceInterface
$globalConfig array

Public Methods

Method Description
__construct ( AcMailer\Service\ConfigMigrationServiceInterface $configMigrationService, array $globalConfig )
parseConfigAction ( )

Protected Methods

Method Description
createWriter ( $format ) : Zend\Config\Writer\WriterInterface

Method Details

__construct() public method

public __construct ( AcMailer\Service\ConfigMigrationServiceInterface $configMigrationService, array $globalConfig )
$configMigrationService AcMailer\Service\ConfigMigrationServiceInterface
$globalConfig array

createWriter() protected method

protected createWriter ( $format ) : Zend\Config\Writer\WriterInterface
$format
return Zend\Config\Writer\WriterInterface

parseConfigAction() public method

public parseConfigAction ( )

Property Details

$configMigrationService protected property

protected ConfigMigrationServiceInterface,AcMailer\Service $configMigrationService
return AcMailer\Service\ConfigMigrationServiceInterface

$globalConfig protected property

protected array $globalConfig
return array