Backend\Modules\Mailmotor\Form\SettingsType::__construct PHP 메소드

__construct() 공개 메소드

SettingsType constructor.
public __construct ( array $serviceIds )
$serviceIds array
    public function __construct(array $serviceIds)
    {
        $this->serviceIds = $serviceIds;
    }