You are here

public static property TranslationSubmissionStates::$allowedStates in TMGMT Translator Smartling 8.4

Same name and namespace in other branches
  1. 8.3 vendor/smartling/api-sdk-php/src/TranslationRequests/Params/TranslationSubmissionStates.php \Smartling\TranslationRequests\Params\TranslationSubmissionStates::allowedStates

Type: array

File

vendor/smartling/api-sdk-php/src/TranslationRequests/Params/TranslationSubmissionStates.php, line 21

Class

TranslationSubmissionStates
Class TranslationSubmissionStates @package Smartling\TranslationRequests\Params

Namespace

Smartling\TranslationRequests\Params

Code

public static $allowedStates = [
  self::STATE_NEW,
  self::STATE_IN_PROGRESS,
  self::STATE_TRANSLATED,
  self::STATE_FAILED,
  self::STATE_DELETED,
  self::STATE_COMPLETED,
];