'Акт', self::STATUS_CONTRACT => 'Договор' ]; } /** * @throws Exception */ public static function getDocumentType($document_type) { if (!$document_type) { return ArrayHelper::getValue(self::getDocumentTypeList(), $document_type); } return $document_type; } }