public function ParameterInterface::exportToArray in TMGMT Translator Smartling 8.4
Same name and namespace in other branches
- 8.2 api-sdk-php/src/Parameters/ParameterInterface.php \Smartling\Parameters\ParameterInterface::exportToArray()
- 8.2 vendor/smartling/api-sdk-php/src/Parameters/ParameterInterface.php \Smartling\Parameters\ParameterInterface::exportToArray()
- 8.3 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\ParametersCode
public function exportToArray();