You are here

public function ParameterInterface::exportToArray in TMGMT Translator Smartling 8.3

Same name and namespace in other branches
  1. 8.4 vendor/smartling/api-sdk-php/src/Parameters/ParameterInterface.php \Smartling\Parameters\ParameterInterface::exportToArray()
  2. 8.2 api-sdk-php/src/Parameters/ParameterInterface.php \Smartling\Parameters\ParameterInterface::exportToArray()
  3. 8.2 vendor/smartling/api-sdk-php/src/Parameters/ParameterInterface.php \Smartling\Parameters\ParameterInterface::exportToArray()

Returns associative array with key => value pairs of set params

Return value

array

1 method overrides ParameterInterface::exportToArray()
BaseParameters::exportToArray in vendor/smartling/api-sdk-php/src/Parameters/BaseParameters.php
@inheritdoc

File

vendor/smartling/api-sdk-php/src/Parameters/ParameterInterface.php, line 17

Class

ParameterInterface
Interface ParameterInterface

Namespace

Smartling\Parameters

Code

public function exportToArray();